alef 0.23.35

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
let {{ name }}_refs: Vec<&str> = {{ name }}
    .as_ref()
    .map(|v| v.iter().map(|s| s.as_str()).collect())
    .unwrap_or_default();