A basic "Hello World" program, written in Rust.
To start an Eclipse Che workspace, you can simply pass this repository's URL to the Che server using the factory url API, e.g.
che.openshift.io/f?url=https://github.com/che-samples/helloworld-rust
If using Che to develop the project, you can use the built-in commands build
and run
. Alternatively, you can use cargo
:
# build
cargo build
# run
cargo run