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

#482 in Data structures

Download history 310139/week @ 2023-11-24 347827/week @ 2023-12-01 341617/week @ 2023-12-08 323914/week @ 2023-12-15 173667/week @ 2023-12-22 240657/week @ 2023-12-29 333351/week @ 2024-01-05 324517/week @ 2024-01-12 371796/week @ 2024-01-19 345221/week @ 2024-01-26 351696/week @ 2024-02-02 370953/week @ 2024-02-09 319862/week @ 2024-02-16 364481/week @ 2024-02-23 379726/week @ 2024-03-01 178306/week @ 2024-03-08

1,301,902 downloads per month
Used in 9,989 crates (52 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

~185KB