Library to interact with the Have I Been Pwned API.
See also the checkpwn CLI utility.
```rust use checkpwnlib::{Password, checkpassword, check_account, CheckpwnError};
let password = Password::new("qwerty")?; check_password(&password);
checkaccount("youraccount", "yourapikey"); ```
See here.
checkpwn is licensed under the MIT license. See the LICENSE
file for more information.