fixed-slice-vec 0.8.0

`FixedSliceVec` is a dynamic length Vec with runtime-determined maximum capacity backed by a slice.
Documentation
[dev-dependencies.arrayvec]
version = "0.5"

[dev-dependencies.proptest]
version = "0.9.6"

[package]
authors = ["Zachary Pierce <zack@auxon.io>", "Jon Lamb <jon@auxon.io>", "Russell Mull <russell@auxon.io>", "dan pittman <dan@auxon.io>"]
categories = ["embedded", "data-structures", "no-std"]
description = "`FixedSliceVec` is a dynamic length Vec with runtime-determined maximum capacity backed by a slice."
edition = "2018"
homepage = "https://github.com/auxoncorp/fixed-slice-vec"
keywords = ["vec", "vector", "no_std", "slice", "no-std"]
license = "Apache-2.0"
name = "fixed-slice-vec"
readme = "README.md"
repository = "https://github.com/auxoncorp/fixed-slice-vec"
version = "0.8.0"