Registry / utility / thin-vec

thin-vec

JSON →
library0.2.18rscratesunverified

A Vec that takes up less space on the stack.

# Cargo.toml [dependencies] thin-vec = "0.2.18"
INSTALL
IMPORT
SIG · THIN-VEC
T
thin-vec
utilityrustv0.2.18
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.

ThinVec
use thin_vec::ThinVec;

Create and use a ThinVec.

use thin_vec::ThinVec; fn main() { let mut v: ThinVec<i32> = ThinVec::new(); v.push(1); assert_eq!(v.len(), 1); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.18latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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