str-buf 2.0.0

Static string buffer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.serde]
default-features = false
optional = true
version = "1"

[package]
authors = ["Douman <douman@gmx.se>"]
categories = ["no-std"]
description = "Static string buffer"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["str", "string", "static"]
license = "BSL-1.0"
name = "str-buf"
readme = "README.md"
repository = "https://github.com/DoumanAsh/str-buf"
version = "2.0.0"