The project's official page is in maintenance mode due to insufficient resources.
This is my local fork in development; it adds ergonomic features which ease use.
A map implemented by searching linearly in a vector.
It adds:
as_slice
functions, for viewing the container.into_inner
, for extracting the vector.
- Add
FromIterator
for ease of use. - Add set operations - union, difference, symmetric difference.