Skip to content

0.2.8

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jan 14:08
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
  • Add Duration::{from_mins,from_hours}.
    They are based on the same methods in the standard library that stabilized in Rust 1.91.

  • Add Duration::from_nanos_u128.
    They are based on the same methods in the standard library that stabilized in Rust 1.93.

  • Optimize Duration::from_secs_{f32,f64}.

  • Enable release immutability.