alef 0.25.1

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
    def {{ direct_name }}{{ direct_param_sig }}
      # Register a {{ method_name }} callback directly without block syntax.
      @registrations.push(["{{ method_name }}", {{ meta_tuple }}, {{ callback }}])
      self
    end