Registry / utility / vec-collections

vec-collections

JSON →
library0.4.3rscratesunverified

Rust collections that are newtype wrappers around smallvec for efficient small-vector storage.

# Cargo.toml [dependencies] vec-collections = "0.4.3"
INSTALL
IMPORT
SIG · VEC-COLLECTIONS
V
vec-collections
utilityrustv0.4.3
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.

SmallVec
✓ use vec_collections::SmallVec;

Creates a small vector with inline storage.

use vec_collections::SmallVec; fn main() { let mut v: SmallVec<[i32; 4]> = SmallVec::new(); v.push(1); v.push(2); println!("{:?}", v); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
vec-collections — cargo add vec-collections · libregistry