proxmox/proxmox-api-macro/tests
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
..
allof.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
api1.rs proxmox-api-macro: add 'streaming' option 2022-04-12 14:23:05 +02:00
api2.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
ext-schema.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
int-limits.rs api-macro: formatting 2021-12-07 11:51:09 +01:00
options.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
types.rs add proxmox-schema and proxmox-router crates 2021-10-11 11:39:59 +02:00
updater.rs api-macro: allow overriding field attributes in the updater 2022-05-11 16:00:42 +02:00