authbox 0.1.0

Modern authentication for Actix-Web
Documentation
1
2
3
4
5
6
7
//! AuthBox
//!
//! Modern authentication for Actix-Web.

pub fn hello() {
    println!("authbox");
}