[package] name = "astack" version = "0.3.5" edition = "2021" authors = ["Francesco Basso fra2000.basso@gmail.com"] description = "astack offers a Stack data structure with fixed capacity capable of fast LIFO operations." license = "MIT OR Apache-2.0" keywords = ["stack", "LIFO", "no_std"] categories = ["no-std", "no-std::no-alloc", "data-structures"] readme = "README.md" # core::array::from_fn() rust-version = "1.63" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [features] std = [] [lib] name = "astack" test = true doctest = true doc = true edition = "2021" crate-type = ["lib"]