]> git.proxmox.com Git - proxmox.git/commit
api-macro: introduce updaters
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 2 Feb 2021 13:09:15 +0000 (14:09 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 3 Feb 2021 09:54:18 +0000 (10:54 +0100)
commitcc065c175dc35e00d2f7306e722c485465a835d8
treea0d503f08de9612e637ae12c5c77c1b3fd5bf18c
parentab06665649e3c879d54a36a38bf5e6e565fac425
api-macro: introduce updaters

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-api-macro/Cargo.toml
proxmox-api-macro/src/api/method.rs
proxmox-api-macro/src/api/mod.rs
proxmox-api-macro/src/api/structs.rs
proxmox-api-macro/src/lib.rs
proxmox-api-macro/src/updater.rs [new file with mode: 0644]
proxmox-api-macro/src/util.rs
proxmox-api-macro/tests/updater.rs [new file with mode: 0644]