[package] name = "fixed-slice-vec" version = "0.10.0" authors = [ "Zachary Pierce ", "Jon Lamb ", "Russell Mull ", "dan pittman ", ] edition = "2018" license = "Apache-2.0" homepage = "https://github.com/auxoncorp/fixed-slice-vec" repository = "https://github.com/auxoncorp/fixed-slice-vec" readme = "README.md" description = "`FixedSliceVec` is a dynamic length Vec with runtime-determined maximum capacity backed by a slice." keywords = ["vec", "vector", "no_std", "slice", "no-std"] categories = ["embedded", "data-structures", "no-std"] [dev-dependencies] arrayvec = "0.5" proptest = "0.9.6"