alef 0.23.33

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
/// Drive `{{ owner_path }}::{{ ep_method }}` from PHP.
///
/// Each entry in `registrations` is an array of `[method_name, metadata_array, callable]`
/// produced by the PHP service class.
#[php_function]
pub fn {{ fn_name }}({{ param_sig }}) -> PhpResult<()> {