Release 0.2.0
New release 0.2.0 is available now!
Changes
no_std
support;- now map forwards almost all of the methods from the
hashbrown::HashMap
struct; - new
bumpalo
feature which adds new map structure which usesbumpalo::Bump
allocator.
no_std
support;hashbrown::HashMap
struct;bumpalo
feature which adds new map structure which uses bumpalo::Bump
allocator.