rb-sys-build 0.9.58

Build system for rb-sys
Documentation
pub mod bindings;
pub mod utils;

#[cfg(feature = "cc")]
pub mod cc;

mod rb_config;

pub use rb_config::*;

/// The current RbConfig.
pub fn rb_config() -> RbConfig {
    RbConfig::current()
}