afire 2.2.1

🔥 A blazing fast web framework for Rust
Documentation
1
2
3
4
5
//! Functions having to do with encoding, decoding, and hashing data.

pub mod base64;
pub mod sha1;
pub mod url;