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
9
10
11
12
13
14
mod common;
mod compact;
mod dynamic;
mod pretty;
mod request_id;
mod visit;

pub use common::RocketFmt;
pub use compact::Compact;
pub use dynamic::RocketDynFmt;
pub use pretty::Pretty;
pub use request_id::{RequestId, RequestIdLayer};

pub(crate) use visit::{Data, RecordDisplay};