use ;
///
/// Generates a bcrypt hash of a plain text string.
/// # Arguments
/// * `plain_text` - The plaintext string to hash.
///
///
/// Verifies a plain text string against a bcrypt hash.
/// # Arguments
/// * `plain_text` - The plaintext string to verify.
///