heapless 0.8.0

`static` friendly data structures that don't require dynamic memory allocation
Documentation
[dependencies.defmt]
optional = true
version = ">=0.2.0,<0.4"

[dependencies.hash32]
version = "0.3.0"

[dependencies.portable-atomic]
optional = true
version = "1.0"

[dependencies.serde]
default-features = false
optional = true
version = "1"

[dependencies.stable_deref_trait]
default-features = false
version = "1"

[dependencies.ufmt-write]
optional = true
version = "0.1"
[dev-dependencies.ufmt]
version = "0.2"

[features]
defmt-03 = ["dep:defmt"]
mpmc_large = []
portable-atomic = ["dep:portable-atomic"]
portable-atomic-critical-section = ["dep:portable-atomic", "portable-atomic", "portable-atomic?/critical-section"]
portable-atomic-unsafe-assume-single-core = ["dep:portable-atomic", "portable-atomic", "portable-atomic?/unsafe-assume-single-core"]
serde = ["dep:serde"]
ufmt = ["dep:ufmt-write"]

[package]
authors = ["Jorge Aparicio <jorge@japaric.io>", "Per Lindgren <per.lindgren@ltu.se>", "Emil Fresk <emil.fresk@gmail.com>"]
categories = ["data-structures", "no-std"]
description = "`static` friendly data structures that don't require dynamic memory allocation"
documentation = "https://docs.rs/heapless"
edition = "2021"
keywords = ["static", "no-heap"]
license = "MIT OR Apache-2.0"
name = "heapless"
readme = "README.md"
repository = "https://github.com/rust-embedded/heapless"
version = "0.8.0"
[package.metadata.docs.rs]
features = ["ufmt", "serde", "defmt-03", "mpmc_large", "portable-atomic-critical-section"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["i686-unknown-linux-gnu"]