4 releases (2 breaking)
Uses new Rust 2024
new 0.3.1 | Apr 1, 2025 |
---|---|
0.3.0 | Apr 1, 2025 |
0.2.0 | Apr 1, 2025 |
0.1.0 | Apr 1, 2025 |
#3 in #tagged
60 downloads per month
8KB
158 lines
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.