Registry / utility / dyn-stack

dyn-stack

JSON →
library0.13.2rscratesunverified

Dynamic stack wrapper for unsized allocations.

# Cargo.toml [dependencies] dyn-stack = "0.13.2"
INSTALL
IMPORT
SIG · DYN-STACK
D
dyn-stack
utilityrustv0.13.2
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.

DynStack
use dyn_stack::DynStack;

Creates a dynamic stack and pushes/pops a value.

use dyn_stack::DynStack; fn main() { let mut stack = DynStack::new(); stack.push(42u32); println!("Popped: {:?}", stack.pop::<u32>()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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