rego 0.1.1

some building blocks for creating simple web server
Documentation
1
2
3
4
5
pub mod cred;
pub mod jwt;

pub use cred::Cred;
pub use jwt::WebToken;