Valensas Rocket - Rocket Client Library

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.

Usage

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

Installation

Add the following to your Cargo.toml file:

```toml [dependencies] valensas-rocket = "0.1.1"