Registry / utility / elastic-array

elastic-array

JSON →
library0.11.0rscratesunverified

An elastic vector backed by a fixed-size array for stack allocation.

# Cargo.toml [dependencies] elastic-array = "0.11.0"
INSTALL
IMPORT
SIG · ELASTIC-ARRAY
E
elastic-array
utilityrustv0.11.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.

ElasticArray128
use elastic_array::ElasticArray128;

Creates an ElasticArray128, pushes an element, and prints the slice.

use elastic_array::ElasticArray128; fn main() { let mut arr = ElasticArray128::new(); arr.push(42); println!("{:?}", arr.as_slice()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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