[package] name = "tailvec" version = "0.2.10" edition = "2021" authors = ["A4-Tacks "] keywords = ["no_std", "vec", "vector", "split", "slice"] categories = ["no-std", "data-structures"] description = "Split Vec to mutable slice and TailVec, the TailVec can push or pop etc" license = "MIT" repository = "https://github.com/A4-Tacks/tailvec-rs" readme = "README.md" [features] default = ["std"] std = [] [dependencies]