Docs.rs
easy-cmd-0.1.1
easy-cmd 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
tamaskis
Dependencies
shell-words ^1.1.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
easy_
cmd
0.1.1
All Items
Crate Items
Macros
Traits
Functions
Crate
easy_cmd
Copy item path
Source
Expand description
Simple interfaces for running CLI commands from Rust.
Macros
§
run_
command
Runs a system command and exits with code 1 if an error occurs.
run_
command_
in_
dir
Runs a system command in a specific directory and exits with code 1 if an error occurs.
Traits
§
AsCommand
Trait to convert various types into a
Command
.
Functions
§
run_
command
Runs a system command.