via 2.0.0-gm.48

An async multi-threaded web framework for people who appreciate simplicity.
Documentation
1
2
3
4
5
6
7
8
#[cfg(debug_assertions)]
mod once;
mod uri_encoding;

#[cfg(debug_assertions)]
pub(crate) use once::once;

pub use uri_encoding::UriEncoding;