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

#289 in Data structures

Download history 329155/week @ 2023-12-13 230760/week @ 2023-12-20 186004/week @ 2023-12-27 322375/week @ 2024-01-03 318768/week @ 2024-01-10 368931/week @ 2024-01-17 350155/week @ 2024-01-24 349743/week @ 2024-01-31 362550/week @ 2024-02-07 337445/week @ 2024-02-14 343949/week @ 2024-02-21 373830/week @ 2024-02-28 366781/week @ 2024-03-06 364093/week @ 2024-03-13 374601/week @ 2024-03-20 306197/week @ 2024-03-27

1,480,615 downloads per month
Used in 10,007 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

~180KB