[package] name = "stary-alloc" description = "A collection allocation-related items." version = "0.1.0" edition.workspace = true license.workspace = true authors.workspace = true repository.workspace = true readme = "README.md" categories = ["no-std", "no-std::no-alloc"] keywords = ["allocation", "allocator"] [features] default = [] # Features to enable items for export. fixed-buf = [] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]