Adding better_unwrap library as a dependency

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

cargo add better_unwrap

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

better_unwrap = "1.0.0"

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

Back to the crate overview.