Skip to content

che-samples/helloworld-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloWorld-Rust

A basic "Hello World" program, written in Rust.

Getting up and running

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

Building

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

About

A minimal rust "Hello world" sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages