Release 0.4.0
New release 0.4.0 is available now!
Changes
- add new features (
alloc
,std
andhashbrown
) to implementMany
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).