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

#224 in Data structures

Download history 553025/week @ 2024-10-24 503501/week @ 2024-10-31 516844/week @ 2024-11-07 549627/week @ 2024-11-14 486775/week @ 2024-11-21 407149/week @ 2024-11-28 528431/week @ 2024-12-05 531136/week @ 2024-12-12 281872/week @ 2024-12-19 187529/week @ 2024-12-26 430891/week @ 2025-01-02 537655/week @ 2025-01-09 478189/week @ 2025-01-16 495443/week @ 2025-01-23 575412/week @ 2025-01-30 722492/week @ 2025-02-06

2,378,624 downloads per month
Used in 6,405 crates (35 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