3 releases
Uses old Rust 2015
0.1.3 | May 1, 2017 |
---|---|
0.1.2 | Apr 29, 2017 |
0.1.1 |
|
0.1.0 | Apr 29, 2017 |
#214 in FFI
97KB
2.5K
SLoC
gravity-rs
Raw Rust bindings for the Gravity API. Lets you embed a Gravity VM in Rust applications and execute Gravity code.
A safe, idiomatic wrapper is under development and will be published soon.
Examples
- The
addition
example embeds a Gravity VM and runs a simple arithmetic function written in Gravity. - More to come.