#tagged #vec #tagged-vec

tagged-vec

A Vec which can be indexed by one specific type

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

Download history 431/week @ 2025-03-29

431 downloads per month
Used in 2 crates (via lib_tsshow)

BSD-2-Clause

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.

No runtime deps