[features]
alloc = []
default = []
nightly = []
std = ["alloc"]
[lib]
name = "c8str"
path = "src/lib.rs"
[package]
authors = ["Maia S Ravn"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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://codeberg.org/maia/c8str-rs"
rust-version = "1.81"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true