routerify_ng 0.3.1

A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs 1.7.
Documentation
1
2
3
4
5
6
7
pub(crate) use map::DataMap;
pub(crate) use scoped::ScopedDataMap;
pub(crate) use shared::SharedDataMap;

mod map;
mod scoped;
mod shared;