Crates.io | valensas-rocket |
lib.rs | valensas-rocket |
version | 0.1.3 |
source | src |
created_at | 2023-07-12 13:31:22.03332 |
updated_at | 2023-08-21 14:18:40.441296 |
description | A library that provides a Rocket client with the capability of metric collection for endpoints. |
homepage | |
repository | https://github.com/Valensas/rocket |
max_upload_size | |
id | 914512 |
size | 9,801 |
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"