8 releases
Uses new Rust 2024
new 0.3.5 | Apr 4, 2025 |
---|---|
0.3.4 | Apr 3, 2025 |
0.2.0 | Apr 1, 2025 |
0.1.0 | Apr 1, 2025 |
#653 in Data structures
431 downloads per month
Used in 2 crates
(via lib_tsshow)
12KB
263 lines
An alternative to the standard libraries' [Vec
] which is indexed with a custom type instead of usize
.
This is useful to catch errors like using the wrong variable to index the vector.
Tagged-Vec
An alternative to the standard libraries' Vec
which is indexed with a custom type instead of usize
.
This is useful to catch errors like using the wrong variable to index the vector.