6 releases (3 breaking)

0.4.0 Feb 1, 2023
0.3.0 Feb 1, 2023
0.2.0 Jan 29, 2023
0.1.2 Jan 29, 2023

#1192 in Data structures

Download history 4/week @ 2024-12-09 2/week @ 2025-02-10 5/week @ 2025-02-24 257/week @ 2025-03-03 2/week @ 2025-03-10

259 downloads per month

MIT license

39KB
973 lines

This crate provides simple unoptimized [Vec]-based sets and maps.


vec-collections

Collections implemented using Vec. The API is mostly compatible with the equivalent std::collections collections.

No runtime deps