alef 0.23.24

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
#[extendr]
pub fn {{ unregister_fn }}(name: String) -> std::result::Result<(), String> {
    {{ host_path }}(&name).map_err(|e| format!("{}", e))
}