Skip to content

PB-DB/linear-map

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.4%
  • Shell 0.6%