alef 0.78.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
mod serde_defaults {
{% for function in functions %}
    pub fn {{ function.name }}() -> {{ function.return_type }} { {{ function.body }} }
{% endfor %}
}