gravity 0.1.3

Rust bindings for the Gravity API
Documentation

gravity-rs

Build Status

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.