localauth
A simple local variable based authentication crate. NO encryption or data persistence yet
Usage
use auth;
let mut user = register;
A simple local variable based authentication crate. NO encryption or data persistence yet
use auth;
let mut user = auth::register();