Adding empty_box library as a dependency

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

cargo add empty-box

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

empty-box = "0.1.1"

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

Back to the crate overview.