| Crates.io | csz |
| lib.rs | csz |
| version | 0.3.1 |
| created_at | 2024-12-19 12:11:09.519442+00 |
| updated_at | 2025-09-12 07:24:51.76681+00 |
| description | Abstractions for nul-terminated C strings |
| homepage | |
| repository | https://github.com/numas13/csz |
| max_upload_size | |
| id | 1489101 |
| size | 73,772 |
This crate uses C functions from the C standard library:
memchrstrlenstrstrstrcmpstrcasecmp (stricmp on windows)mallocfreerealloclink_libc (enabled by default) - links to the C standard library. Disable the feature if
you want to manually implement C functions.libc - use libc crate.alloc - enables linking to the alloc crate.Add the following to your Cargo.toml:
[dependencies]
csz = "0.1"
The minimum supported Rust toolchain version is currently Rust 1.64.