alef 0.24.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
        if let Ok(__v) = ::serde_json::to_value({{ param }}) {
            if let Ok(__t) = ::serde_json::from_value(__v) { __target.{{ name }} = __t; }
        }