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