alef-codegen 0.15.21

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
3
4
5
/// Convert a `{{ rust_path }}` error to a Rustler error string.
#[allow(dead_code)]
fn {{ fn_name }}(e: {{ rust_path }}) -> String {
    e.to_string()
}