Skip to content

Commit

Permalink
Merge pull request #13 from sdwolf/master
Browse files Browse the repository at this point in the history
Adds rebar3_rust and rustfromerl examples.
  • Loading branch information
goertzenator authored Jun 30, 2016
2 parents f801f2e + 18fa6fa commit 0b9ebda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ See the [crate documention](http://goertzenator.github.io/erlang_nif-sys/erlang_

See examples of use:
- [rust.mk](https://github.com/goertzenator/rust.mk) for a sample Rust NIF module.
- [rebar3_rust](https://github.com/sdwolf/rebar3_rust) a rebar3 plugin inspired by `rust.mk` that helps integrate Rust code inside Erlang projects.
- [Rustler](https://github.com/hansihe/Rustler)
- [rustfromerl](https://github.com/sdwolf/rustfromerl) a demo project showing performance differences between Erlang code and a simmilar Rust NIF implementation.

Thanks go to Radosław Szymczyszyn for bootstrapping me on this Rust FFI adventure and providing the original [automatic bindings](https://github.com/lavrin/erlang-rust-nif/blob/master/rust_src/src/c.rs).

0 comments on commit 0b9ebda

Please sign in to comment.