conradkleinespel / rpassword

Cross platform Rust library to read a password in the terminal (Linux, BSD, OSX, Windows, WASM).
Apache License 2.0
244 stars 38 forks source link

differentiate read_password and read_response in docs #18

Closed conradkleinespel closed 7 years ago

conradkleinespel commented 7 years ago

Currently, the Rust docs do not differentiate the *_password and *_response functions, as can be seen here: https://docs.rs/rpassword/0.4.0/rpassword/. Their description is the same: "Reads a password from STDIN.". Same goes for the *_prompt_* functions.

Tasks:

If you have any questions, just let us know and we'll jump in to help.