RustExample
This is a Ruby gem, written in Rust. It gives you an executable that prints "Hello, world!". Classic.
It currently will only work on Linux. If you have a Windows or Mac machine, let me know, and I can push up versions for those platforms with your help!
Installation
Or install it with:
$ gem install rust_example
Usage
Type rust_example. See "Hello, world!" print to the screen. Woo!
Contributing
- Fork it ( https://github.com/[my-github-username]/rust_example/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request