wacl 0.1.0

Access Control List and authentication with SHA-256 password hashing
1
2
3
4
5
6
#![cfg_attr(docsrs, feature(doc_cfg))]

mod error;
pub use error::{Error, Result};
pub mod acl;
pub mod auth;