#tagged #vec #tagged-vec

tagged-vec

A Vec which can be indexed by one specific type

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

Download history

60 downloads per month

BSD-2-Clause

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.

No runtime deps