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
- Host: GitHub
- URL: https://github.com/mre/rust-language-bindings
- Owner: mre
- Created: 2016-10-31T15:31:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-06T16:25:31.000Z (over 3 years ago)
- Last Synced: 2025-02-06T12:48:18.765Z (8 months ago)
- Topics: cffi, language-bindings, rust
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)