Crate yapp

source ·
Expand description

A library for reading passwords from the user.

This library provides a PasswordReader trait for reading passwords from the user. It includes a default implementation of the PasswordReader trait, PasswordReaderImpl, which can read passwords from an interactive terminal or from standard input. The library also includes a new function for creating a new PasswordReader instance.

Traits§

Functions§

  • Creates a new password reader.