alef 0.24.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    def initialize{{ param_sig }}
{{ doc_comment }}      @registrations = []
{% for arg in stored_args %}      @{{ arg }} = {{ arg }}
{% endfor %}    end