Go to file
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
proxmox cargo fmt --all 2019-06-12 09:48:30 +02:00
proxmox-api router: implement 'rest of the path' wildcard matching 2019-06-12 09:48:30 +02:00
proxmox-api-macro macro: add wildcard matching to router macro 2019-06-12 09:48:30 +02:00
proxmox-sys cargo fmt --all 2019-06-12 09:48:30 +02:00
proxmox-tools formatting fixup 2019-06-07 12:03:17 +02:00
.gitignore initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00
Cargo.toml start proxmox-sys module 2019-06-07 18:03:07 +02:00
rust-toolchain initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00
rustfmt.toml initial import, starting with vec & io helpers 2019-06-06 14:00:25 +02:00