easy_password/
lib.rs

1#![warn(rust_2018_idioms)]
2#![deny(clippy::all)]
3#![warn(clippy::pedantic, clippy::nursery)]
4
5pub mod bcrypt;