#collection #vec #implemented #set

simple-vec-collections

Collections implemented using Vec

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

#2715 in Data structures

Download history 4/week @ 2024-12-07 1/week @ 2025-02-08 1/week @ 2025-02-15 5/week @ 2025-02-22 255/week @ 2025-03-01

262 downloads per month

MIT license

39KB
973 lines

vec-collections

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


lib.rs:

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

No runtime deps