]> git.proxmox.com Git - pve-installer.git/commit - proxmox-installer-common/Cargo.toml
common: add deserializer for CidrAddress and filesystem types
authorAaron Lauterer <a.lauterer@proxmox.com>
Wed, 17 Apr 2024 12:30:36 +0000 (14:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Apr 2024 12:31:37 +0000 (14:31 +0200)
commitbbaade7b58ea17f315da6f580ebd4278fb7c845b
tree499afe59dcda7323933b1acda886dd641786c668
parentd7f19ffd7ed6c7265fb7bdb09060eef25d495ddf
common: add deserializer for CidrAddress and filesystem types

For the Enums that will be used to deserialize an answer file.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Tested-by: Christoph Heiss <c.heiss@proxmox.com>
Reviewed-by: Christoph Heiss <c.heiss@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-installer-common/Cargo.toml
proxmox-installer-common/src/options.rs
proxmox-installer-common/src/setup.rs
proxmox-installer-common/src/utils.rs