heapless/Cargo.toml
Jorge Aparicio 7e91814cf8 support arrays of any size, don't require an initialization value, ..
single producer single consumer support for ring buffer
2017-10-03 16:04:27 +02:00

20 lines
453 B
TOML

[package]
authors = ["Jorge Aparicio <jorge@japaric.io>"]
categories = [
"data-structures",
"no-std",
]
description = "`static` friendly data structures that don't require dynamic memory allocation"
documentation = "https://docs.rs/heapless"
keywords = [
"static",
"no-heap",
]
license = "MIT OR Apache-2.0"
name = "heapless"
repository = "https://github.com/japaric/heapless"
version = "0.2.0"
[dependencies]
untagged-option = "0.1.1"