easy_password 0.1.5

Easy password hashing (includes bcrypt)
Documentation
1
2
3
4
5
#![warn(rust_2018_idioms)]
#![deny(clippy::all)]
#![warn(clippy::pedantic, clippy::nursery)]

pub mod bcrypt;