alef 0.78.0

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
match serde_json::from_str(&{{ access }}) {
    Ok(v) => v,
    Err(e) => {
        tracing::warn!({{ context }}, value = %{{ access }}, error = %e, "{{ message }}");
        Default::default()
    }
}