proxmox/proxmox-api-macro/tests
Wolfgang Bumiller ec1ad87193 macro: replace named struct handler
We now derive Serialize and Deserialize automatically.
This way we'll be able to add verifiers right into the
structs, support our 'rename' functionality, and our
'default' handling etc. which needs to be compatible with
what we have in perl.
Ideally this will also give us the option to mark structs as
being perl-compatible "property strings"
(PVE::JSONSchema::parse_property_string()) and automatically
derive FromStr for structs on demand.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-07-19 11:04:55 +02:00
..
basic.rs macro: replace named struct handler 2019-07-19 11:04:55 +02:00
verification.rs api: replace handler() with call() 2019-06-23 11:19:49 +02:00