magnus 0.7.0

High level Ruby bindings. Write Ruby extension gems in Rust, or call Ruby code from a Rust binary.
1
2
3
4
5
fn main() -> Result<(), Box<dyn std::error::Error>> {
    let _ = rb_sys_env::activate()?;

    Ok(())
}