Registry / utility / typed-index-collections

typed-index-collections

JSON →
library3.5.0rscratesunverified

Typed index version of Rust slice and Vec containers for type-safe indexing.

# Cargo.toml [dependencies] typed-index-collections = "3.5.0"
INSTALL
IMPORT
SIG · TYPED-INDEX-COLLEC
T
typed-index-collections
utilityrustv3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TiVec
use typed_index_collections::TiVec;

Creates a typed index vector and pushes an element.

use typed_index_collections::TiVec; fn main() { let mut v: TiVec<usize, i32> = TiVec::new(); v.push(42); println!("{:?}", v[0]); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Google (search)
1
Resources
typed-index-collections — cargo add typed-index-collections · libregistry