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

#933 in Algorithms

Download history 23115/week @ 2024-09-11 19566/week @ 2024-09-18 25467/week @ 2024-09-25 23713/week @ 2024-10-02 21628/week @ 2024-10-09 21448/week @ 2024-10-16 24374/week @ 2024-10-23 21436/week @ 2024-10-30 19969/week @ 2024-11-06 18400/week @ 2024-11-13 16744/week @ 2024-11-20 15935/week @ 2024-11-27 16993/week @ 2024-12-04 18981/week @ 2024-12-11 16578/week @ 2024-12-18 7778/week @ 2024-12-25

64,017 downloads per month
Used in 169 crates (18 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