[package] name = "char-buf" version = "0.1.2" description = "A writable, fixed-length `char` buffer usable in `no_std` environments." authors = ["Koichi Kitahara "] license = "MIT OR Apache-2.0" edition = "2021" repository = "https://gitlab.com/kkitahara/char-buf-rs" documentation = "https://docs.rs/char-buf" readme = "README.md" keywords = ["char", "buf", "write"] categories = ["data-structures", "development-tools::testing", "no-std::no-alloc"]