alef 0.23.48

Opinionated polyglot binding generator for Rust libraries
Documentation
1
let {{ name }}: Option<String> = {{ name }}.and_then(|v| if v.is_nil() { None } else { Some(String::try_convert(v).unwrap_or_default()) });