alef 0.23.35

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