Go to file
Wolfgang Bumiller 60df564f73 api: move router to router.rs
We'll have a separate router for the command line, so the
http router won't live in the root module.

It is still exported at the root level, though, via
proxmox::api::Router.

Also move ApiType into api_type.rs, makes more sense.

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 api: move router to router.rs 2019-06-12 09:48:30 +02:00
proxmox-api-macro allow async api methods to return Response<Bytes> 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