c8str 0.1.1

String types that are both utf-8 and null terminated
Documentation
[features]
alloc = []
default = []
nightly = []
std = ["alloc"]

[package]
authors = ["Maia S. R."]
categories = ["development-tools", "rust-patterns", "no-std", "no-std::no-alloc"]
description = "String types that are both utf-8 and null terminated"
documentation = "https://docs.rs/c8str"
edition = "2021"
keywords = ["string", "utf-8", "null-terminated", "ffi"]
license = "Zlib OR MIT OR Apache-2.0"
name = "c8str"
readme = "README.md"
repository = "https://github.com/maia-s/c8str-rs"
version = "0.1.1"

[package.metadata.docs.rs]
all-features = true