Go to file
2022-02-28 20:42:44 +00:00
.vscode basic example application 2022-02-28 20:42:44 +00:00
examples/basic basic example application 2022-02-28 20:42:44 +00:00
src basic example application 2022-02-28 20:42:44 +00:00
.gitignore clone3 wrapper 2022-02-11 16:27:45 +00:00
build.rs specification and initial launching 2022-02-13 23:52:41 +00:00
Cargo.lock specification and initial launching 2022-02-13 23:52:41 +00:00
Cargo.toml specification and initial launching 2022-02-13 23:52:41 +00:00
README.md basic example application 2022-02-28 20:42:44 +00:00

clone-shim

Running the examples

examples/basic

The basic example instructs the shim to spawn two processes, each of which writes "hello from main{1,2}!" to stdout.

To run this example:

cargo build --example basic
cargo run -- -s examples/basic/spec.json target/debug/examples/basic