heapless-bytes 0.1.0

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

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

[dependencies.serde_cbor]
default-features = false
optional = true
version = "0.11.0"

[features]
cbor = ["serde_cbor"]

[package]
authors = ["Nicolas Stalder <n@stalder.io>"]
categories = ["embedded", "encoding", "no-std"]
description = "Newtype around heapless byte Vec with efficient serde."
edition = "2018"
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.1.0"