alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
    /// Computed-property alias for `{{ method_name }}()` method.
    public var {{ property_name }}: String {
        self.{{ method_name }}()
    }