Registry / utility / orx-fixed-vec

orx-fixed-vec

JSON →
library3.23.0rscratesunverified

An efficient fixed capacity vector with pinned element guarantees.

# Cargo.toml [dependencies] orx-fixed-vec = "3.23.0"
INSTALL
IMPORT
SIG · ORX-FIXED-VEC
O
orx-fixed-vec
utilityrustv3.23.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.

FixedVec
use orx_fixed_vec::FixedVec;

Creates a new FixedVec with a fixed capacity.

use orx_fixed_vec::FixedVec; fn main() { let vec = FixedVec::new(10); println!("FixedVec with capacity 10 created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.23.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
orx-fixed-vec — cargo add orx-fixed-vec · libregistry