#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

#1102 in Data structures

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