alef 0.83.3

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
let {{ binding }} = std::fs::read({{ path }}).expect("file read failed");
*{{ json_name }}.pointer_mut({{ pointer }}).expect("docs file field missing") = serde_json::json!({{ binding }});