Skip to content

rexsum420/pwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple library to get a password without the text echoing on the terminal. It only has one function and t's made to allow beginner developers to prompt users for passwords relatively easily.

Importing:

extern crate pwin;
use crate::pwin::readpw;

Usage:

fn main() {
    print!("Enter Password:")
    let passwd = readpw();
}

Simple. Takes no arguments and returns a non-mutable String that you can cast or use however you need to.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages