alef 0.25.4

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
            _ => {
                return Err(magnus::Error::new(
                    ruby.exception_arg_error(),
                    format!("unknown registration method: {method_name}"),
                ));
            }
        }
    }

{{ ep_call }}    Ok(())
}