alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
let {{ param_name }}_core: Vec<_> = {{ param_name }}.into_iter()
    .map(|s| serde_json::from_str(&s){{ err_conv }})
    .collect::<Result<Vec<_>, _>>()?;