easy_password 0.1.6

Easy password hashing (includes bcrypt)
Documentation
1
2
3
4
5
6
7
8
9
//! Currently only supports bcrypt.
//!
//! See module docs for more info

#![warn(rust_2018_idioms)]
#![deny(clippy::all)]
#![warn(clippy::pedantic, clippy::nursery)]

pub mod bcrypt;