TomBebbington / jit.rs

LibJIT wrapper for Rust
http://tombebbington.github.io/jit.rs/jit/index.html
MIT License
59 stars 11 forks source link

sys: Add a unit test and an example #10

Closed emk closed 9 years ago

emk commented 9 years ago

Thank you for merging all my patches! I'm having a ton of fun experimenting with libjit and Rust, and I appreciate all the work you put in to make this possible. :-)

...

More goodies for folks running on Rust 1.0: A unit test for the libjit-sys library, and a ported version of one of the examples in the libjit manual.

emk commented 9 years ago

Looks like I just missed your release. :-) Sorry about that. On the plus side, there's no reason to release a new version of the crate just to include this code. This is more for documentation purposes than anything else.

Thank you for considering my patches!

TomBebbington commented 9 years ago

Ah, sorry, it fixed so I thought it was best to release.