#tower #hyper #axum #warp #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 247/week @ 2024-04-06 180/week @ 2024-04-13 12/week @ 2024-04-20

439 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