Adding bencode_decoder library as a dependency

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

cargo add bencode-decoder

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

bencode-decoder = "0.0.3"

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

Back to the crate overview.