18 releases (2 stable)
Uses new Rust 2024
| 1.0.1 | Feb 26, 2026 |
|---|---|
| 0.4.6 | Feb 17, 2026 |
| 0.4.0 | Jan 28, 2026 |
| 0.3.6 | Jan 20, 2026 |
| 0.1.0 | Apr 1, 2025 |
#1419 in Rust patterns
97 downloads per month
Used in 7 crates
(4 directly)
24KB
512 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.