Registry / utility / nstd-collections

nstd-collections

JSON →
library0.5.0rscratesunverified

NSTD collections crate.

# Cargo.toml [dependencies] nstd_collections = "0.5.0"
INSTALL
IMPORT
SIG · NSTD-COLLECTIONS
N
nstd-collections
utilityrustv0.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.

Vec
use nstd_collections::Vec;

Create and use a custom Vec collection

use nstd_collections::Vec; fn main() { let mut v = Vec::new(); v.push(1); println!("{:?}", v); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
nstd-collections — cargo add nstd-collections · libregistry