fixedvec 0.2.2

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.2.2"
authors = ["Nick Stevens <nick@bitcurry.com>"]

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

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

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

license = "MIT"