Go to file
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
api-test api-server, tools: formatting cleanup 2019-07-18 10:47:56 +02:00
proxmox make valgrind opt-in, not opt-out 2019-07-02 15:23:32 +02:00
proxmox-api api: export derive_parse_cli_from_str 2019-07-17 16:19:45 +02:00
proxmox-api-macro macro: replace named struct handler 2019-07-19 11:04:55 +02:00
proxmox-sys cargo fmt --all 2019-06-12 09:48:30 +02:00
proxmox-tools api-server, tools: formatting cleanup 2019-07-18 10:47:56 +02:00
.gitignore initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00
Cargo.toml add an api-test module 2019-06-12 15:54:52 +02:00
Makefile add make apitest 2019-06-18 17:53:43 +02:00
rust-toolchain initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00
rustfmt.toml initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00