proxmox/proxmox-api-macro
Wolfgang Bumiller b82b14d947 macro: add wildcard matching to router macro
router!{
    /path/{parameter}*: {
        methods...
    }
}

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-06-12 09:48:30 +02:00
..
src macro: add wildcard matching to router macro 2019-06-12 09:48:30 +02:00
tests macro: add wildcard matching to router macro 2019-06-12 09:48:30 +02:00
Cargo.toml fix missing proxmox_api -> proxmox::api replacement 2019-06-12 09:48:30 +02:00