localauth 0.1.2

A simple local variable based authentication crate. NO encryption or data persistence yet
Documentation
1
2
3
4
5
6
7
8
9
10
# localauth

A simple local variable based authentication crate. NO encryption or data persistence yet

## Usage

```rust
use auth;

let mut user = auth::register();