mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-01 00:51:26 +00:00
![]() 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> |
||
---|---|---|
.. | ||
basic.rs | ||
verification.rs |