in-container integrating util to handle processes
 
 
 
Go to file
prplV 7105ec08be ) 2024-08-22 16:48:36 +03:00
src test commit 2024-08-22 16:39:39 +03:00
.gitignore 0.1.0 2024-06-27 17:17:36 -04:00
Cargo.lock bug removed: now works with text editors 2024-08-21 17:00:04 +03:00
Cargo.toml 0_0 global config handling mechanism rebuild 0_0 2024-08-16 12:28:57 +03:00
README.md ) 2024-08-22 16:48:36 +03:00
service-checker.sh 0.1.0 2024-06-27 17:17:36 -04:00
settings.json readme added 2024-08-22 16:00:11 +03:00

README.md

runner-rs (amd64/linux)

Logo
in-container integrating util to handle processes runtime

Depends on

  • rustup (>=1.27.1)

Local init

  1. Clone this repo runner-rs
  git clone https://link-to-project
  1. Enter project's dir
  cd runner-rs/
  1. Release build of app
cargo build --release
  1. Execution
./target/release/runner-rs

or

cargo run --release