Registry / utility / pi-slab

pi-slab

JSON →
library0.1.0rscratesunverified

Provides a slab allocator for efficient memory management.

# Cargo.toml [dependencies] pi_slab = "0.1.0"
INSTALL
IMPORT
SIG · PI-SLAB
P
pi-slab
utilityrustv0.1.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.

Slab
use pi_slab::Slab;

Create a slab and insert a value.

use pi_slab::Slab; fn main() { let mut slab = Slab::new(); let key = slab.insert(42); println!("Inserted value at key {}", key); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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