Open
Description
Tracking issue for the 0.5 release. Blocking issues:
- Avoid panicking in chrono function calls (see Consider refactoring chrono to avoid systematic misuse of panics #815)
- Rename fallible constructors etc to
try_()
- In general, review
_opt()
APIs to consider renaming totry_()
and useResult
instead ofOption
- Rename fallible constructors etc to
- Replace
TimeDelta
with a thin wrapper aroundcore::time::Duration
Nice to haves:
- Opt-in
const
APIs that allow error checking at compilation
Metadata
Metadata
Assignees
Labels
No labels