Skip to content

v2.0.0

Compare
Choose a tag to compare
@mbrubeck mbrubeck released this 10 Jul 22:43
· 173 commits to master since this release
  • The minimum supported Rust toolchain version has increased from 1.28 to 1.34.
  • NotNan<T> now implements TryFrom<T> instead of From<T>.
  • NotNan::unchecked_new is now a const fn.
  • NotNan<T> and OrderedFloat<T> now implement PartialEq<T>.
  • The deprecated NotNaN type alias has been removed.