Tweak readme and lib docs

This commit is contained in:
Joscha 2024-12-08 00:19:51 +01:00
parent 4a4225f72c
commit cb96987115
2 changed files with 12 additions and 4 deletions

View file

@ -67,6 +67,10 @@
//! ```
//!
//! [axum]: https://crates.io/crates/axum
//!
//! ## But what about that small helper function?
//!
//! See the readme for more details.
#[cfg(feature = "axum")]
mod axum;