proxmox/proxmox-api-macro
Wolfgang Bumiller 197b1bccb3 api-macro: rename SimpleIdent to FieldName
Initially it was a wrapper around Ident to avoid some
copies, but now it's what we use to allow hyphenated names
for fields in objects (as `syn::Ident` doesn't allow that at
all), so give it a more fitting name.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-12-04 09:06:31 +01:00
..
src api-macro: rename SimpleIdent to FieldName 2019-12-04 09:06:31 +01:00
tests api-macro: support hyphenated parameter names 2019-12-03 13:34:37 +01:00
Cargo.toml api-macro: update to 1.0 of syn/quote/proc_macro2 2019-10-04 13:42:03 +02:00