Adding bpaf library as a dependency

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

cargo add bpaf

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

bpaf = "0.9.24"

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

Back to the crate overview.