Adding bin_proto library as a dependency

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

cargo add bin-proto

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

bin-proto = "0.12.8"

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

Back to the crate overview.