Adding request_compiler library as a dependency

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

cargo add request_compiler

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

request_compiler = "0.1.1"

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

Back to the crate overview.