fixedvec 0.2.0

A heapless version of the Rust vector type.
Documentation
[package]
name = "fixedvec"
version = "0.2.0"
authors = ["Nick Stevens <nick@bitcurry.com>"]

description = """
A heapless version of the Rust vector type.
"""

repository = "https://github.com/nastevens/fixedvec-rs"
homepage = "https://github.com/nastevens/fixedvec-rs"
documentation = "http://nastevens.github.io/fixedvec-rs/"
readme = "README.md"

keywords = ["buffer", "vector", "no_std", "core", "heapless"]

license = "MIT"