gravity 0.1.3

Rust bindings for the Gravity API
Documentation
  • Coverage
  • 0.08%
    1 out of 1269 items documented0 out of 93 items with examples
  • Size
  • Source code size: 99.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 41.52 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Bruflot

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.