localauth

Crates.iolocalauth
lib.rslocalauth
version0.1.5
created_at2025-06-17 17:00:06.819782+00
updated_at2025-06-23 00:02:01.693513+00
descriptionA simple local variable based authentication crate. NO encryption or data persistence yet
homepage
repositoryhttps://github.com/raoulkdev/localauth
max_upload_size
id1716049
size8,397
Raoul Kaleba (raoulkdev)

documentation

README

localauth

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

Usage

use auth;

let mut user = auth::register();
Commit count: 0

cargo fmt