#jwt #error #config #api #utilities #collection #nanoservices

nanoservices-utils

A collection of utilities for nanoservices

2 releases

new 0.1.1 Apr 23, 2024
0.1.0 Mar 30, 2024

#470 in HTTP server

Download history 181/week @ 2024-03-27 49/week @ 2024-04-03

230 downloads per month

MIT license

27KB
508 lines

Nanoservices-utils

This package is for giving utils to other Rust servers such as:

  • JWT
  • Config
  • error handling for server endpoints
  • runtime state

These will help the developer use these tools outside of the box to have uniform runtime states, config handles, and error handling for api endpoints. This will enable developers to fuse servers together to call endpoints via memory.


lib.rs:

This crate is a basic utils crate that helps glue nanoservices together.

Dependencies

~6–21MB
~281K SLoC