alef 0.19.13

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
        if let Ok(v) = ::serde_json::from_str::<::serde_json::Value>(&{{ param }}) {
            if let Ok(t) = ::serde_json::from_value(v) { __target.{{ name }} = t; }
        }