hash_password

Function hash_password 

Source
pub fn hash_password(password: &str) -> Result<String>
Expand description

Hash a password using bcrypt.