[dependencies.thiserror]
default_features = false
optional = true
version = "1.0.38"
[features]
default = ["std"]
std = ["thiserror"]
[package]
description = "Helpers for working with string types for embedded devices"
edition = "2021"
license = "MPL-2.0"
name = "emstr"
readme = "README.md"
repository = "https://github.com/ryankurte/emstr"
version = "0.1.0"