valensas-rocket 0.1.3

A library that provides a Rocket client with the capability of metric collection for endpoints.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.2"