heapless-bytes 0.4.0

Newtype around heapless byte Vec with efficient serde.
Documentation
[dependencies.heapless]
default-features = false
version = "0.8"

[dependencies.serde]
default-features = false
version = "1.0"
[dev-dependencies.serde_test]
version = "1.0.176"

[features]
"heapless-0.8" = []

[package]
authors = ["Nicolas Stalder <n@stalder.io>"]
categories = ["embedded", "encoding", "no-std"]
description = "Newtype around heapless byte Vec with efficient serde."
edition = "2021"
keywords = ["serde", "cbor", "rust", "no-std"]
license = "Apache-2.0 OR MIT"
name = "heapless-bytes"
readme = "README.md"
repository = "https://github.com/ycrypto/heapless-bytes"
version = "0.4.0"