Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@garro95 garro95 released this 28 Feb 19:21
· 15 commits to master since this release

This release contains breaking changes

  • Some methods now require the trait bound H: BuildHasher. This change will likely have a small impact or none.
  • The standard library support is no longer auto-detected. The feature "std" is included in the default feature set, or else can be enabled like any other Cargo feature. Users that need to support no_std targets will have to explicitly disable default features.