| Crates.io | cstr8 |
| lib.rs | cstr8 |
| version | 0.1.4 |
| created_at | 2022-06-08 19:08:02.909701+00 |
| updated_at | 2024-04-13 19:35:39.038451+00 |
| description | string types that are both valid UTF-8 and nul-terminated |
| homepage | |
| repository | https://github.com/CAD97/cstr8/ |
| max_upload_size | |
| id | 602226 |
| size | 50,369 |
Guaranteed valid nul-terminated UTF-8 C strings.
If there's some functionality you need which std's str or CStr provide but
CStr8 doesn't, or similarly with CString and CString8, please open an
issue; lack of feature parity is considered a bug.
The name is derived from analogy with C++'s std::char8_t and std::u8string.
The minimum supported version of Rust will always be at least three months old (stable - 2). Actual updates to the MSRV are expected to be fairly sporadic, but will happen without ceremony as soon as they are desired for any reason.