mri-sys 0.2.6

Rust bindings to Mat'z Ruby interpreter
Documentation
[package]
name = "mri-sys"
version = "0.2.6"
authors = ["Dylan McKay <me@dylanmckay.io>"]
edition = "2018"

description = "Rust bindings to Mat'z Ruby interpreter"
repository = "https://github.com/dylanmckay/mri-sys"
documentation = "https://docs.rs/mri-sys"
readme = "README.md"
keywords = ["ruby", "matz", "interpreter", "plugin"]

license = "MIT"

build = "build.rs"

[features]
default = ["helpers"]
helpers = []

[dependencies]
libc = ">= 0.2.86"

[build-dependencies]
libc = ">= 0.2.86"