alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
impl ::std::fmt::Debug for {{ wrapper_name }} {
    fn fmt(&self, f: &mut ::std::fmt::Formatter<'_>) -> ::std::fmt::Result {
        f.debug_struct("{{ wrapper_name }}").finish_non_exhaustive()
    }
}