Sha256: 870e0fab7c71b609ee414cc624fb2bc78fedc83138c61b424317f28481b01228
Contents?: true
Size: 721 Bytes
Versions: 2
Compression:
Stored size: 721 Bytes
Contents
# 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rust_example-0.2.0-x86_64-linux | README.md |
rust_example-0.1.0-x86_64-darwin-13 | README.md |