no_std_strings 0.1.31

no_std version of crate fixedstr: strings of constant maximum size that can be copied and stack allocated
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.serde]
optional = true
version = "1"

[features]
serde = ["dep:serde"]

[package]
description = "no_std version of crate fixedstr: strings of constant maximum size that can be copied and stack allocated"
edition = "2021"
keywords = ["string"]
license = "MIT"
name = "no_std_strings"
readme = "README.md"
repository = "https://github.com/chuckcscccl/no_std_strings/"
version = "0.1.31"
[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items", "--features serde"]