alef 0.24.3

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
    let {{ bound_name }} = {{ php_name }}.map(|m| {
        m.into_iter()
            .map(|(k, v)| (std::borrow::Cow::Owned(k), serde_json::Value::String(v)))
            .collect::<ahash::AHashMap<std::borrow::Cow<'static, str>, serde_json::Value>>()
    });