This crate uses C functions from the C standard library:
memchrstrlenstrstrstrcmpstrcasecmp(stricmpon windows)mallocfreerealloc
link_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.