alef 0.23.51

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
{% if has_error %}#[allow(clippy::missing_errors_doc)]
{% endif %}#[extendr]
pub fn {{ func_name }}({{ params_str }}) -> {{ ret }} {
    {{ body }}
}