fixedvec 0.1.0

A heapless version of the Rust vector type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "fixedvec"
version = "0.1.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"