Skip to main content

Crate term

Crate term 

Source

Enums§

Error
Errors returned by this crate.

Functions§

read_password
Reads a password from stdin without echoing it to the terminal. The returned bytes do not include the trailing newline. Mimics the behaviour of Go’s golang.org/x/term.ReadPassword.