https://github.com/bruflot/gravity-rs
A safe Rust wrapper for the Gravity API
https://github.com/bruflot/gravity-rs
gravity gravity-language rust-lang
Last synced: 10 months ago
JSON representation
A safe Rust wrapper for the Gravity API
- Host: GitHub
- URL: https://github.com/bruflot/gravity-rs
- Owner: Bruflot
- License: mit
- Created: 2017-04-27T15:37:02.000Z (over 8 years ago)
- Default Branch: wrapper
- Last Pushed: 2017-05-29T23:01:50.000Z (over 8 years ago)
- Last Synced: 2025-02-26T18:23:34.157Z (11 months ago)
- Topics: gravity, gravity-language, rust-lang
- Language: Rust
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gravity-rs
[](https://travis-ci.org/Bruflot/gravity-rs)
Safe, idiomatic Rust bindings for [Gravity](https://github.com/marcobambini/gravity). Lets you
embed and execute Gravity code in Rust applications.
The project is currently in very early stages and far from done. It's prone to change drastically
in the future with no regard to backwards compatibility. Contributions are more than welcome - feel
free to open an issue or send a pull request.
**Note:** For linking the library, you can either use the `GRAVITY_LIB_DIR` environment variable,
or make sure the library is found by your system's dynamic linker.
## Examples
- The `addition` example compiles and runs a simple arithmetic script written in Gravity from
within Rust.
- More to come.