This library provides a Rocket client with the capability of metric collection for endpoints. It allows you to create and configure a Rocket server instance to interact with web services.
To use this library, you need to create an instance of valensas_rocket::client::client_service::Client
and run spawn_rocket() method to launch the application.
For detailed information visit: https://docs.rs/valensas-rocket
Add the following to your Cargo.toml
file:
[dependencies]
valensas-rocket = "0.1.2"