[dependencies.serde]
default-features = false
optional = true
version = "1"
[dependencies.ufmt-write]
default-features = false
optional = true
version = "0.1"
[lib]
name = "str_buf"
path = "src/lib.rs"
[package]
authors = ["Douman <douman@gmx.se>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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 = "4.0.0-beta.1"
[[test]]
name = "getters"
path = "tests/getters.rs"
[[test]]
name = "panic_asserts"
path = "tests/panic_asserts.rs"
[[test]]
name = "push"
path = "tests/push.rs"