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

#156 in Data structures

Download history 435040/week @ 2024-07-22 420330/week @ 2024-07-29 443505/week @ 2024-08-05 478235/week @ 2024-08-12 470420/week @ 2024-08-19 510124/week @ 2024-08-26 474087/week @ 2024-09-02 508671/week @ 2024-09-09 443039/week @ 2024-09-16 514662/week @ 2024-09-23 499141/week @ 2024-09-30 543326/week @ 2024-10-07 514073/week @ 2024-10-14 557995/week @ 2024-10-21 516830/week @ 2024-10-28 515108/week @ 2024-11-04

2,124,471 downloads per month
Used in 10,172 crates (60 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

~160KB