valensas-rocket

Crates.iovalensas-rocket
lib.rsvalensas-rocket
version0.1.3
sourcesrc
created_at2023-07-12 13:31:22.03332
updated_at2023-08-21 14:18:40.441296
descriptionA library that provides a Rocket client with the capability of metric collection for endpoints.
homepage
repositoryhttps://github.com/Valensas/rocket
max_upload_size
id914512
size9,801
Moray Baruh (moray95)

documentation

README

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:

[dependencies]
valensas-rocket = "0.1.2"
Commit count: 18

cargo fmt