Sha256: 9549ca5357591d494dd3c7140216b6c4811907fce4cf3930d13181696ffc8741
Contents?: true
Size: 170 Bytes
Versions: 30
Compression:
Stored size: 170 Bytes
Contents
pub mod bindings; pub mod cc; pub mod utils; mod rb_config; pub use rb_config::*; /// The current RbConfig. pub fn rb_config() -> RbConfig { RbConfig::current() }
Version data entries
30 entries across 30 versions & 1 rubygems