10 releases (breaking)

Uses old Rust 2015

0.8.2 May 6, 2020
0.8.1 May 11, 2018
0.8.0 May 8, 2017
0.7.0 Feb 27, 2017
0.3.0 Jul 11, 2015

#118 in Data structures

Download history 516728/week @ 2024-11-17 402041/week @ 2024-11-24 474231/week @ 2024-12-01 561768/week @ 2024-12-08 483142/week @ 2024-12-15 180503/week @ 2024-12-22 267695/week @ 2024-12-29 496003/week @ 2025-01-05 535423/week @ 2025-01-12 464468/week @ 2025-01-19 502139/week @ 2025-01-26 664499/week @ 2025-02-02 708431/week @ 2025-02-09 616829/week @ 2025-02-16 734127/week @ 2025-02-23 703157/week @ 2025-03-02

2,807,917 downloads per month
Used in 10,198 crates (61 directly)

MIT/Apache

49KB
989 lines

WARNING: THIS PROJECT IS IN MAINTENANCE MODE, DUE TO INSUFFICIENT MAINTAINER RESOURCES

It works fine, but will generally no longer be improved.

We are currently only accepting changes which:

  • keep this compiling with the latest versions of Rust or its dependencies.
  • have minimal review requirements, such as documentation changes (so not totally new APIs).

A simple map based on a vector for small integer keys.

Documentation is available at https://contain-rs.github.io/vec-map/vec_map.


lib.rs:

A simple map based on a vector for small integer keys. Space requirements are O(highest integer key).

Dependencies

~155KB