Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages