alef 0.25.47

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
{% if source_cfg %}#[cfg({{ source_cfg }})]
{% endif %}pub {{ async_kw }}fn {{ fn_name }}({{ params }}){% if has_explicit_return %} -> {{ return_ty }}{% endif %} {