Adding create_output_dir library as a dependency

Run this command in a terminal, in your project's directory:

cargo add create-output-dir

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

create-output-dir = "1.0.0"

The create_output_dir library will be automatically available globally. Read the create_output_dir library documentation.

Back to the crate overview.