6 releases (3 stable)

Uses old Rust 2015

1.2.0 Jul 26, 2017
1.1.0 Jul 10, 2016
1.0.0 Mar 19, 2016
0.0.4 Dec 12, 2015
0.0.3 Jul 12, 2015

#1023 in Algorithms

Download history 22006/week @ 2024-08-13 22223/week @ 2024-08-20 20297/week @ 2024-08-27 20935/week @ 2024-09-03 21061/week @ 2024-09-10 20344/week @ 2024-09-17 25186/week @ 2024-09-24 21925/week @ 2024-10-01 24169/week @ 2024-10-08 21187/week @ 2024-10-15 24632/week @ 2024-10-22 21219/week @ 2024-10-29 20506/week @ 2024-11-05 18109/week @ 2024-11-12 17091/week @ 2024-11-19 12017/week @ 2024-11-26

71,617 downloads per month
Used in 141 crates (17 directly)

MIT/Apache

50KB
820 lines

A map implemented by searching linearly in a vector.

Documentation is available at https://contain-rs.github.io/linear-map/linear_map.


lib.rs:

A map implemented by searching linearly in a vector.

See the LinearMap type for details.

Dependencies

~185KB