Tracking issue for the 0.5 release. Blocking issues: * Avoid panicking in chrono function calls (see #815) * Rename fallible constructors etc to `try_()` * In general, review `_opt()` APIs to consider renaming to `try_()` and use `Result` instead of `Option` * Replace `TimeDelta` with a thin wrapper around `core::time::Duration` Nice to haves: * Opt-in `const` APIs that allow error checking at compilation
Tracking issue for the 0.5 release. Blocking issues:
try_()_opt()APIs to consider renaming totry_()and useResultinstead ofOptionTimeDeltawith a thin wrapper aroundcore::time::DurationNice to haves:
constAPIs that allow error checking at compilation