1 2 3 4 5 6 7 8
mod rb_config; pub use rb_config::*; /// The current RbConfig. pub fn rb_config() -> RbConfig { RbConfig::current() }