pavex 0.1.29

A framework for building API services and web applications in Rust.
Documentation
1
2
3
4
5
6
//! Tools to instrument and troubleshoot your Pavex applications.
#[cfg(feature = "server_request_id")]
mod server_request_id;

#[cfg(feature = "server_request_id")]
pub use server_request_id::ServerRequestId;