cstr8 0.1.2

string types that are both valid UTF-8 and nul-terminated
Documentation
[dependencies.thiserror]
version = "1.0.31"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
categories = ["development-tools::ffi", "rust-patterns"]
description = "string types that are both valid UTF-8 and nul-terminated"
edition = "2021"
keywords = ["cstr", "zstr", "string8_t", "char8_t", "cstring8"]
license = "MIT OR Apache-2.0"
name = "cstr8"
readme = "README.md"
repository = "https://github.com/CAD97/cstr8/"
rust-version = "1.69.0"
version = "0.1.2"