[go: up one dir, main page]

rocket 0.5.1

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

mod router;
mod collider;

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