Skip to content

Rust trait for extending `std::process::ExitStatus`

License

Notifications You must be signed in to change notification settings

pop-os/exit-status-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exit-status-ext

Rust trait for extending std::process::ExitStatus.

use exit_status_ext::ExitStatusExt;

Command::new("program-name")
    .status()
    .and_then(ExitStatusExt::as_result)?;

About

Rust trait for extending `std::process::ExitStatus`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages