Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@tuguzT tuguzT released this 23 Aug 13:12
· 11 commits to main since this release

New release 0.4.0 is available now!

Changes

  • add new features (alloc, std and hashbrown) to implement Many trait for common Rust collections: vectors and maps;
  • make std feature enabled by default;
  • remove trait implementation for arrays (implementation is available by unsized coercion into slice).