fix Travis link

This commit is contained in:
kud1ing 2017-07-25 08:37:51 +02:00 committed by GitHub
parent 489dbf7325
commit 6f3a7f9365

View file

@ -232,7 +232,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
* C++
* [servo/rust-bindgen](https://github.com/servo/rust-bindgen) — a Rust bindings generator
* Erlang
* [hansihe/Rustler](https://github.com/hansihe/Rustler) — safe Rust bridge for creating Erlang NIF functions [<img src="https://api.travis-ci.org/hansihe/Rustler.svg?branch=master">](https://travis-ci.org/hansihe/Rustler)
* [hansihe/Rustler](https://github.com/hansihe/Rustler) — safe Rust bridge for creating Erlang NIF functions [<img src="https://api.travis-ci.org/hansihe/rustler.svg?branch=master">](https://travis-ci.org/hansihe/rustler)
* Haskell
* [mgattozzi/curryrs](https://github.com/mgattozzi/curryrs) — Bridge the gap between Haskell and Rust
* [mgattozzi/haskellrs](https://github.com/mgattozzi/haskellrs) — Rust in Haskell FFI Example