rpassword 7.3.1

Read passwords in console applications.
Documentation
# Rustastic Password

`rpassword` makes it easy to read passwords in a console application on all platforms, Unix, Windows, WASM, etc.

`rpassword` is made available free of charge. You can support its development through [Liberapay](https://liberapay.com/conradkleinespel/) 💪

## Usage

Add `rpassword` as a dependency in Cargo.toml:

```toml
[dependencies]
rpassword = "7.3"
```

See examples and docs at [https://docs.rs/rpassword](https://docs.rs/rpassword).

## License

The source code is released under the Apache 2.0 license.