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

#83 in #data-structures

Download history 12418/week @ 2023-10-17 12687/week @ 2023-10-24 15070/week @ 2023-10-31 15522/week @ 2023-11-07 15796/week @ 2023-11-14 12367/week @ 2023-11-21 15236/week @ 2023-11-28 13534/week @ 2023-12-05 12491/week @ 2023-12-12 10868/week @ 2023-12-19 6633/week @ 2023-12-26 9461/week @ 2024-01-02 9923/week @ 2024-01-09 12393/week @ 2024-01-16 12483/week @ 2024-01-23 11373/week @ 2024-01-30

47,692 downloads per month
Used in 103 crates (16 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

~200KB