# 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 1. Fork it ( https://github.com/[my-github-username]/rust_example/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request