alef 0.23.33

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
        return function (callable ${{ callback_param }}) {
            $this->registrations[] = ['{{ method_name }}', {{ meta_tuple }}, ${{ callback_param }}];
            return ${{ callback_param }};
        };