const_cstr_fork
Run this command in a terminal, in your project's directory:
cargo add const-cstr-fork
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
const-cstr-fork = "0.2.2"
The const_cstr_fork library will be automatically available globally. Read the const_cstr_fork library documentation.
Back to the crate overview.