astack-0.3.0 has been yanked.
astack.rs
astack offers a Stack
data structure with fixed capacity aimed at fast LIFO operations.
The crate is available in both std and non-std environments. It does not even reqire the alloc
crate.
Examples
use stack;
License
Licensed under MIT license or Apache Licence 2.0