An open API service indexing awesome lists of open source software.

https://github.com/mre/rust-language-bindings

A list of available language bindings for Rust
https://github.com/mre/rust-language-bindings

cffi language-bindings rust

Last synced: 3 months ago
JSON representation

A list of available language bindings for Rust

Awesome Lists containing this project

README

          

# Rust Language Bindings
A list of available language bindings for Rust

# C++

- [cxx](https://github.com/dtolnay/cxx)
- [rust-cpp](https://github.com/mystor/rust-cpp)
- [rustcxx](https://github.com/google/rustcxx)

# Haskell

- [curryrs](https://github.com/mgattozzi/curryrs)

# Lua

- [hlua](https://github.com/tomaka/hlua)

# Node

- [neon](https://github.com/rustbridge/neon)

# Python

- [pyo3](https://github.com/PyO3/pyo3)
- [rust-cpython](https://github.com/dgrunwald/rust-cpython)
- [rustpy](https://github.com/lukemetz/rustpy)

# Ruby

- [helix](https://github.com/rustbridge/helix)
- [ruru](https://github.com/d-unseductable/ruru)