duct.rs
a Rust library for running child processes
File Explorer
Download Latest Version (.zip)- ci.yml
- lib.rs
- Cargo.toml
- LICENSE
- README.md
- cat.rs
- child_grandchild.rs
- echo.rs
- exe_in_dir.rs
- print_env.rs
- print_env_name.rs
- pwd.rs
- sleep.rs
- status.rs
- x_to_y.rs
- env_name_str.rs
- lib.rs
- test.rs
- unix.rs
- .gitignore
- Cargo.toml
- LICENSE
- README.md
- README.tpl
# Installation Guide
1. Get the code
git clone https://github.com/oconnor663/duct.rs
Downloads the entire project code from GitHub to your computer.
cd duct.rs
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
