[package] name = "scratchbuffer" version = "0.1.0-alpha.1" description = "A Vec like data-structure, that can be used as slices of different types" authors = ["Christoph Hommelsheim "] license = "MIT OR Apache-2.0" repository = "https://github.com/HellButcher/dynsequence-rs.git" keywords = ["vec", "collection"] categories = ["data-structures", "no-std"] readme = "README.md" edition = "2021" [dependencies]