rpassword

Crates.iorpassword
lib.rsrpassword
version7.3.1
sourcesrc
created_at2015-02-11 15:15:30.055223
updated_at2023-11-11 16:37:16.180862
descriptionRead passwords in console applications.
homepagehttps://github.com/conradkleinespel/rpassword
repositoryhttps://github.com/conradkleinespel/rpassword
max_upload_size
id1382
size25,800
members (github:unbase:members)

documentation

https://docs.rs/rpassword/

README

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 💪

Usage

Add rpassword as a dependency in Cargo.toml:

[dependencies]
rpassword = "7.3"

See examples and docs at https://docs.rs/rpassword.

License

The source code is released under the Apache 2.0 license.

Commit count: 190

cargo fmt