alef 0.20.2

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6

#[allow(clippy::derivable_impls)]
impl Default for {{ name }} {
    fn default() -> Self {
        Self {
            {{ discriminator_field }}: String::new(),