toad-common 0.15.0

Common structs and abstractions used by toad
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.blake2]
version = "0.10"

[dependencies.tinyvec]
default_features = false
features = ["rustc_1_55"]
version = "1.5"

[features]
alloc = []
default = ["std"]
docs = []
std = ["alloc"]
test = []

[package]
authors = ["Orion Kindel <cakekindel@gmail.com>"]
categories = ["network-programming"]
description = "Common structs and abstractions used by toad"
edition = "2021"
homepage = "https://github.com/clov-coffee/toad/toad-common"
keywords = ["coap", "iot", "networking", "no_std", "wasm"]
license = "MIT OR Apache-2.0"
name = "toad-common"
readme = "README.md"
repository = "https://github.com/clov-coffee/toad/toad-common"
resolver = "1"
version = "0.15.0"