Adding const_cstr_fork library as a dependency

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:

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.