Registry / utility / oxc-index

oxc-index

JSON →
library4.1.0rscratesunverified

Newtype-style helpers for Vec and usize.

# Cargo.toml [dependencies] oxc_index = "4.1.0"
INSTALL
IMPORT
SIG · OXC-INDEX
O
oxc-index
utilityrustv4.1.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.

IndexVec
use oxc_index::IndexVec;

Creates a new IndexVec and pushes an element.

use oxc_index::IndexVec; fn main() { let mut vec = IndexVec::new(); vec.push("hello"); println!("{:?}", vec); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
oxc-index — cargo add oxc-index · libregistry