|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
| rust-toolchain | ||
| service-checker.sh | ||
| settings.json | ||
README.md
runner-rs (amd64/linux)

in-container integrating util to handle processes runtime
Depends on
rustup (>=1.27.1)
Local init
- Clone this repo
runner-rs
git clone https://link-to-project
- Enter project's dir
cd runner-rs/
- Release build of app
cargo build --release
- Execution
./target/release/runner-rs
or
cargo run --release