Use `quote::format_ident!()` to make new `syn::Ident`
authorAlekos Filini <alekos.filini@gmail.com>
Mon, 26 Apr 2021 11:10:49 +0000 (13:10 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Mon, 26 Apr 2021 11:10:49 +0000 (13:10 +0200)
commit04c5ad83145b290683385b442bb575181c9376a3
treeac411a4712e246248577d763bcb9bd407818ed61
parentdec732cefbdd97585b7de7fd4a9521f44f1580dd
Use `quote::format_ident!()` to make new `syn::Ident`
c-bindings-gen/Cargo.toml
c-bindings-gen/src/blocks.rs
c-bindings-gen/src/main.rs
c-bindings-gen/src/types.rs