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_slicefunctions, for viewing the container.into_inner, for extracting the vector.
- Add
FromIteratorfor ease of use. - Add set operations - union, difference, symmetric difference.