Release 0.3.0
New release 0.3.0 is available now!
Changes
- remove all features and dependencies;
- remove new hash map structures entirely;
- add new trait to define fallible and panicking extension functions for collections (instead of using new types);
- add default implementation of new trait for arrays and slices (collections available in
no_std
environment).
Plans
Add new features to extend count of collections which implement new trait (for example, std
, alloc
and hashbrown
).