rb-sys-env

Helpers to integrate rb-sys into your high-level Ruby bindings library.

Features

Usage

Add this to your Cargo.toml:

toml [build-dependencies] rb-sys-env = "0.1"

Then, in your crate's build.rs:

```rust pub fn main() -> Result<(), Box> { let rbenv = rbsysenv::activate()?;

Ok(())

} ```

Available rustc-cfg

Here is an example of the rustc-cfg flags that are set by this crate:

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.