passcore 0.2.2

Passcore is a lightweight Rust library that scores password strength.
Documentation
1
`let score = (length as f32 / 40.0).min(1.0) * 400.0;`