toad-stem 0.1.0

This microcrate provides a mutable memory wrapper that is thread-safe and usable on `no_std` platforms.
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies]

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

[package]
authors = ["Orion Kindel <cakekindel@gmail.com>"]
categories = ["network-programming"]
description = "This microcrate provides a mutable memory wrapper that is thread-safe and usable on `no_std` platforms."
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-stem"
readme = "README.md"
repository = "https://github.com/clov-coffee/toad/toad"
resolver = "1"
version = "0.1.0"