mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-28 13:00:26 +00:00

also - add a "`split` freezes the ring buffer" compile fail test - hide compile-fail doc tests - add scoped threads tests
23 lines
501 B
TOML
23 lines
501 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"
|
|
|
|
[dev-dependencies]
|
|
scoped_threadpool = "0.1.8"
|