cstr8 0.1.0

string types that are both valid UTF-8 and nul-terminated
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"
resolver = "2"
rust-version = "1.59.0"
version = "0.1.0"