Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 712 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 712 Bytes

Rust CI crates.io

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:

  1. as_slice functions, for viewing the container.
  2. into_inner, for extracting the vector.

Future work

  1. Add FromIterator for ease of use.
  2. Add set operations - union, difference, symmetric difference.