alef 0.22.25

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
{{ allow_attr }}fn {{ name }}({{ params }}) -> {{ return_annotation }} {
    {{ scan_args_prologue }}{{ deser_preamble }}{{ body }}
}