rpassword-wasi

Crates.iorpassword-wasi
lib.rsrpassword-wasi
version5.0.4
sourcesrc
created_at2021-10-13 19:29:13.158324
updated_at2021-11-02 20:44:08.063263
descriptionRead passwords in console applications.
homepagehttps://github.com/conradkleinespel/rpassword
repositoryhttps://github.com/conradkleinespel/rpassword
max_upload_size
id464616
size39,640
Johnathan Sharratt (john-sharratt)

documentation

https://docs.rs/rpassword/

README

Rustastic Password

rpassword makes it easy to read passwords in a console application on all platforms, Unix and Windows alike.

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 = "5.0"

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

Contributors

We welcome contribution from everyone. Feel free to open an issue or a pull request at any time.

Here's a list of existing rpassword contributors:

Thank you very much for your help! :smiley: :heart:

License

The source code is released under the Apache 2.0 license.

Commit count: 190

cargo fmt