alef-codegen 0.15.3

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
let {{ name }}_refs: Vec<&str> = {{ name }}.as_ref().map(|v| v.iter().map(|s| s.as_str()).collect()).unwrap_or_default();