char-buf 0.1.1

A writable, fixed-length `char` buffer usable in `no_std` environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Koichi Kitahara <kkitahara5101@gmail.com>"]
categories = ["data-structures", "development-tools::testing", "no-std::no-alloc"]
description = "A writable, fixed-length `char` buffer usable in `no_std` environments."
documentation = "https://docs.rs/char-buf"
edition = "2021"
keywords = ["char", "buf", "write"]
license = "MIT OR Apache-2.0"
name = "char-buf"
readme = "README.md"
repository = "https://gitlab.com/kkitahara/char-buf-rs"
version = "0.1.1"