]> git.proxmox.com Git - proxmox.git/commit
support quoted strings in property strings
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 16 Feb 2022 13:39:17 +0000 (14:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Feb 2022 08:36:43 +0000 (09:36 +0100)
commit46541feecf2439af1faec0bf7662dce37628b980
treed0ab58089e805e6711ccf71c6a0ff00d999e366d
parent39eac6280feb857588c4e40ee4bc22bbae19ff01
support quoted strings in property strings

This allows free form text to exist within property strings,
quoted, like:
    key="A value with \"quotes, also commas",key2=value2
or also:
    "the value for a default_key",key2=value2

And drop ';' as a key=value separator since those are meant
for arrays inside property strings...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-schema/src/lib.rs
proxmox-schema/src/property_string.rs [new file with mode: 0644]
proxmox-schema/src/schema.rs