#tower #warp #axum #hyper #request-id #unique-id

tower-request-id-nano

A tower (hyper, axum, warp) service to add a unique id for every request

3 releases (stable)

2.0.0 Apr 14, 2024
1.0.0 Apr 6, 2024

#4 in #request-id

Download history 232/week @ 2024-04-04 184/week @ 2024-04-11 22/week @ 2024-04-18 4/week @ 2024-04-25

442 downloads per month

MIT license

10KB
57 lines

tower-request-id-nano

A tiny tower (hyper, axum, warp etc) service to generate a random id for each incoming request.

This crate is a fork of tower-request-id crate that uses Nano ID instead of ULID.

License

This project is licensed under the MIT license.


lib.rs:

A tiny tower (hyper, axum, warp etc) service to generate a random id for each incoming request.

This crate is a fork of tower-request-id crate that uses Nano ID instead of ULID.

Dependencies

~1.2–1.8MB
~34K SLoC