proxmox/proxmox-api-macro/src
Dominik Csapak 958e72aa69 api-macro: relax Fieldname rules
by replacing more characters ('.','+') by '_' and prefix them when
it starts with a number

we sometimes need to parse such fields, e.g in serde attributes like
 #[serde(rename = "802.3ad")]

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2020-09-17 08:21:17 +02:00
..
api api-macro: fix broken binary ident search 2020-09-17 08:20:44 +02:00
lib.rs switch from failure to anyhow 2020-04-17 18:34:21 +02:00
serde.rs api-macro: start using serde attribute helpers 2020-01-07 15:23:52 +01:00
types.rs switch from failure to anyhow 2020-04-17 18:34:21 +02:00
util.rs api-macro: relax Fieldname rules 2020-09-17 08:21:17 +02:00