]> git.proxmox.com Git - proxmox.git/commit
schema: use schema when serializing property strings
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 27 Feb 2023 13:05:48 +0000 (14:05 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Jul 2023 14:19:09 +0000 (16:19 +0200)
commit73a20c7f5f43f97313a34acb7159942144f480db
tree2e4422df5940d27983046b8a6f2201f907dd80fe
parent413d631fa60f6287e5542b9f09f12793d7418845
schema: use schema when serializing property strings

Adds a Schema to the `PropertyString` type and uses it for better
serialization.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-schema/src/property_string.rs
proxmox-schema/src/ser/mod.rs