service_utils_rs 0.1.0

A brief description of your crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# service_utils_rs

`service_utils_rs` is a Rust library that provides utility functions to simplify and speed up service development.

## Features

- Efficient JWT processing
- Integrated logging
- Configuration management tools
- Additional utility functions

## Installation

Add the following dependency to your `Cargo.toml` file:

```toml
[dependencies]
service_utils_rs = "0.1.0"