alef-codegen 0.15.49

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
3
4
5
impl std::fmt::Debug for {{ wrapper_name }} {
    fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
        write!(f, "{{ wrapper_name }}")
    }
}