-
Notifications
You must be signed in to change notification settings - Fork 593
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
azzamsa, mirror-kt, sh-cho and westy92azzamsa, mirror-kt and westy92
Metadata
Metadata
Assignees
Labels
No labels