proxmox/proxmox-api-macro
Wolfgang Bumiller 7fe84f8e15 api-macro: allow overriding field attributes in the updater
This allows fixing up things such as `skip_serialize_if`
calls like so:

    #[derive(Updater)]
    struct Foo {
        #[serde(skip_serializing_if = "MyType::is_special")]
        #[updater(serde(skip_serializing_if = "Option::is_none"))]
        field: MyType,
    }

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-05-11 16:00:42 +02:00
..
debian bump proxmox-api-macro to 1.0.2-1 2022-04-12 14:27:11 +02:00
src api-macro: allow overriding field attributes in the updater 2022-05-11 16:00:42 +02:00
tests api-macro: allow overriding field attributes in the updater 2022-05-11 16:00:42 +02:00
Cargo.toml bump proxmox-api-macro to 1.0.2-1 2022-04-12 14:27:11 +02:00