8 lines
193 B
Rust
8 lines
193 B
Rust
//! 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;
|