toad-writable 0.1.1

This microcrate provides a struct implementing [`core::fmt::Write`] for all [`toad_array::Array`]s
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.toad-array]
default-features = false
version = "^0.2.2"

[features]
alloc = ["toad-array/alloc"]
default = ["std"]
docs = []
std = ["alloc", "toad-array/std"]
test = []

[package]
authors = ["Orion Kindel <cakekindel@gmail.com>"]
categories = ["network-programming"]
description = "This microcrate provides a struct implementing [`core::fmt::Write`] for all [`toad_array::Array`]s"
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-writable"
readme = "README.md"
repository = "https://github.com/clov-coffee/toad/toad"
resolver = "1"
version = "0.1.1"