tagged-vec

Crates.iotagged-vec
lib.rstagged-vec
version0.3.5
created_at2025-04-01 06:58:55.595679+00
updated_at2025-04-04 08:27:13.335936+00
descriptionA Vec which can be indexed by one specific type
homepage
repositoryhttps://github.com/sebschmi/tagged-vec
max_upload_size
id1614476
size13,779
Sebastian Schmidt (sebschmi)

documentation

README

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.

Commit count: 20

cargo fmt