proxmox/proxmox-api-macro
Wolfgang Bumiller 017b81712e api macro: assume that field types are api types by default
#[api]
    struct Foo {
        field: Bar,
    }

does not require the use of
    #[api(
        properties: {
            field: {
                type: Bar,
            },
        },
    )]

anymore

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2021-08-10 11:42:24 +02:00
..
debian proxmox-api-macro: bump version to 0.4.0 2021-07-20 17:45:29 +02:00
src api macro: assume that field types are api types by default 2021-08-10 11:42:24 +02:00
tests api-macro: fix Updatable path in generated derive attribute 2021-04-14 11:58:32 +02:00
Cargo.toml proxmox-api-macro: bump version to 0.4.0 2021-07-20 17:45:29 +02:00