1
2
3
4
5
6
7
8
//! Utilities for using this library with axum web framework
//!
#![doc = include_str!("../../docs/06_http_endpoints_axum.md")]

pub mod inbox;
pub mod json;
#[doc(hidden)]
pub mod middleware;