Adding rocket_raw_response library as a dependency
Run this command in a terminal, in your project's directory:
cargo add rocket-raw-response
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
rocket-raw-response = "0.5.4"
The rocket_raw_response library will be automatically available globally.
Read the rocket_raw_response library documentation.