conradkleinespel / rpassword

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

Various minor code cleanups #47

Closed nicokoch closed 4 years ago

nicokoch commented 4 years ago
conradkleinespel commented 4 years ago

Hey @nicokoch ! Thanks for this :+1: and sorry for not replying earlier :grimacing:

I'll have a look at this soon and merge.

conradkleinespel commented 4 years ago

Thanks @nicokoch ! I'll have a look at the last open PR this weekend and then merge/publish. Until then, you can use the git way of defining dependencies if needed:

[dependencies]
rpassword = { git = "https://github.com/conradkleinespel/rpassword", rev = "acff1bd" }