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

wip: Improve mock with enhanced_mock feature #48

Closed dvermd closed 4 years ago

dvermd commented 4 years ago

closes #46

conradkleinespel commented 4 years ago

Hi @dvermd and thanks a lot for the PR ! I've been really busy the last few days. I will try and have a look at this within the next few days. I'll keep you updated.

dvermd commented 4 years ago

It's Zone C holidays in France, I was off for some days. I'll wait for your review whenever it comes.

conradkleinespel commented 4 years ago

I've cherry-picked your code here: https://github.com/conradkleinespel/rpassword/commit/ce2297cfbcbec0c55716fefd311fa15561ae6bb0

I'll now remove the "legacy_mock" and publish as v5 to crates.io.

Thanks for your help !