Skip to content

fromgodd/termpause

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termpause

Rust Crate that allows to do interruptions in console. Will be implemented to functional terminal customization kit.

termpause

Usage

Add this in your Cargo.toml:

[dependencies]
termpause = "0.1.0"

Then add this to your lib.rs or main.rs:

    use termpause::termpause::pause;

    
    fn main() {
        
        println!("Hello, World");
        termpause::termpause::pause(); //This function will create a pause in console and print "Press any key to continue"
    }

About

Rust Crate that allows to do interruptions in console. Will be implemented to functional terminal customization kit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages