alef 0.23.33

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
sealed class {{ name }} implements Exception {
  String get message;
{% for method in methods %}  {{ method.return_type }} get {{ method.name }};
{% endfor %}}