0.5.1
- Add
try_get
to DataObject. This returns aResult<Option<T>>
rather thanResult<T>
. When it's expected that the object may not exist, this leads to slightly better ergonomics. - Support Chrono
DateTime<Utc>
likeNaiveDateTime
try_get
to DataObject. This returns a Result<Option<T>>
rather than Result<T>
. When it's expected that the object may not exist, this leads to slightly better ergonomics.DateTime<Utc>
like NaiveDateTime