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

#1030 in Algorithms

Download history 21578/week @ 2024-10-13 23446/week @ 2024-10-20 21650/week @ 2024-10-27 21312/week @ 2024-11-03 18203/week @ 2024-11-10 17451/week @ 2024-11-17 14457/week @ 2024-11-24 18218/week @ 2024-12-01 17915/week @ 2024-12-08 20262/week @ 2024-12-15 9462/week @ 2024-12-22 9923/week @ 2024-12-29 18112/week @ 2025-01-05 21934/week @ 2025-01-12 19131/week @ 2025-01-19 19428/week @ 2025-01-26

79,881 downloads per month
Used in 190 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