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

Add newline on input #33

Closed joshuef closed 5 years ago

joshuef commented 5 years ago

For more consistent cross-platform behaviour.

Fixes #32

Tested on windows / osx and working well 👍

conradkleinespel commented 5 years ago

I've just published this fix on crates.io with version number 3.0.1. Thanks again for your help !