update description of neon-bindings/neon

This commit is contained in:
Usagi Ito 2020-04-02 20:15:09 +09:00
parent fc47d4c46f
commit c48a4f935e
No known key found for this signature in database
GPG key ID: 88B86A0F48C021D6

View file

@ -522,6 +522,7 @@ See also [Foreign Function Interface](https://doc.rust-lang.org/book/first-editi
* mruby
* [anima-engine/mrusty](https://github.com/anima-engine/mrusty) — mruby safe bindings for Rust [<img src="https://api.travis-ci.org/anima-engine/mrusty.svg?branch=master">](https://travis-ci.org/anima-engine/mrusty)
* Node.js
* [neon-bindings/neon](https://github.com/neon-bindings/neon) — Rust bindings for writing safe and fast native Node.js modules [<img src="https://api.travis-ci.org/neon-bindings/neon.svg?branch=master">](https://travis-ci.org/neon-bindings/neon)
* [infinyon/node-bindgen](https://github.com/infinyon/node-bindgen) - Easy way to generate nodejs module using Rust
* Objective-C
* [SSheldon/rust-objc](https://github.com/SSheldon/rust-objc) — Objective-C Runtime bindings and wrapper for Rust