emstr 0.1.0

Helpers for working with string types for embedded devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"