Docs.rs
readpassphrase-sys-0.1.0
readpassphrase-sys 0.1.0
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
orvij
Dependencies
Versions
77.78%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
readpassphrase_
sys
0.1.0
All Items
Crate Items
Constants
Functions
Crate
readpassphrase_sys
Copy item path
Source
Constants
§
RPP_
ECHO_
OFF
Turn off echo (default).
RPP_
ECHO_
ON
Leave echo on.
RPP_
FORCELOWER
Force input to lower case.
RPP_
FORCEUPPER
Force input to upper case.
RPP_
REQUIRE_
TTY
Fail if there is no tty.
RPP_
SEVENBIT
Strip the high bit from input.
RPP_
STDIN
Read from stdin, no /dev/tty
Functions
§
readpassphrase
⚠