| Crates.io | tagged-vec |
| lib.rs | tagged-vec |
| version | 0.3.5 |
| created_at | 2025-04-01 06:58:55.595679+00 |
| updated_at | 2025-04-04 08:27:13.335936+00 |
| description | A Vec which can be indexed by one specific type |
| homepage | |
| repository | https://github.com/sebschmi/tagged-vec |
| max_upload_size | |
| id | 1614476 |
| size | 13,779 |
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.