Adding result_option library as a dependency

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

cargo add result_option

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

result_option = "0.3.0"

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

Back to the crate overview.