[badges.maintenance]
status = "actively-developed"
[dependencies.tinyvec]
default_features = false
features = ["rustc_1_55"]
version = "1.5"
[dependencies.toad-len]
default_features = false
version = "^0.1.1"
[features]
alloc = ["toad-len/alloc"]
default = ["std"]
docs = []
std = ["alloc", "toad-len/std"]
test = []
[package]
authors = ["Orion Kindel <cakekindel@gmail.com>"]
categories = ["network-programming"]
description = "Array trait used by the toad ecosystem to abstract over heap or heapless collections"
edition = "2021"
homepage = "https://github.com/clov-coffee/toad/toad"
keywords = ["coap", "iot", "networking", "no_std", "wasm"]
license = "MIT OR Apache-2.0"
name = "toad-array"
readme = "README.md"
repository = "https://github.com/clov-coffee/toad/toad"
resolver = "1"
version = "0.2.2"