Skip to content

mallocdev/pyinput-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python-like input library for Rust

INSTALL

[dependencies]
pyinput = { git = "https://github.com/mallocdev/pyinput-rs.git" }

USAGE

use pyinput::input;

fn main() {
    let input = input("Enter your name: ").unwrap();
    println!("Hello, {}!", input);
}

About

A Python-like input library for Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages