rocket 0.5.1

Web framework with a focus on usability, security, extensibility, and speed.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Types for field names, name keys, and key indices.

mod name;
mod view;
mod key;
mod buf;

pub use name::Name;
pub use view::NameView;
pub use key::Key;
pub use buf::NameBuf;