auth_rust 0.1.0

Simple Rust Authentication
Documentation
1
2
3
4
pub use crate::auth::Status;
pub fn connect_to_db() -> Status {
    Status::Connected
}