8 unstable releases (3 breaking)
0.3.3 | Feb 17, 2023 |
---|---|
0.3.2 | Feb 9, 2023 |
0.3.1 | Jan 10, 2023 |
0.3.0 | Dec 19, 2022 |
0.0.0 | Aug 29, 2022 |
#8 in #prompting
336 downloads per month
Used in 6 crates
(2 directly)
53KB
988 lines
Acknowledgements
Portions of this crate are loosely based on rpassword
.
lib.rs
:
Git style prompting with support for GIT_ASKPASS
and askpass
program configuration.
Compatibility
This is a unix-only crate which will return with an error when trying to obtain any prompt on other platforms. On those platforms it is common to have helpers which perform this task so it shouldn't be a problem.
Dependencies
~2.7–8MB
~76K SLoC