Adding r2r library as a dependency

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

cargo add r2r

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

r2r = "0.9.5"

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

Back to the crate overview.