rkt 0.6.0

Web framework with a focus on usability, security, extensibility, and speed. (Community Fork)
Documentation
1
2
3
4
5
6
7
8
//! Rocket's router.

mod collider;
mod matcher;
mod router;

pub(crate) use collider::*;
pub(crate) use router::*;