proxmox/proxmox-api/src
Wolfgang Bumiller d00a096851 api: add 'router' and 'cli' features
Move API types into the router module and make router and
cli optional.

This way the 'router' module is the only thing with a
dependency on 'hyper', allowing the use of the schema alone
without pulling in the entire hyper stack.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-12-05 13:40:09 +01:00
..
cli more clippy fixups 2019-12-05 12:33:29 +01:00
cli.rs more clippy fixups 2019-12-05 12:33:29 +01:00
const_regex.rs api: let ConstRegexPattern deref to Regex 2019-12-04 11:06:03 +01:00
error.rs api: use http::{Parts,Response,Method} 2019-12-05 13:18:21 +01:00
format.rs api: add 'router' and 'cli' features 2019-12-05 13:40:09 +01:00
lib.rs api: add 'router' and 'cli' features 2019-12-05 13:40:09 +01:00
router.rs api: add 'router' and 'cli' features 2019-12-05 13:40:09 +01:00
rpc_environment.rs import the new api definitions 2019-11-21 13:30:28 +01:00
schema.rs more clippy fixups 2019-12-05 12:33:29 +01:00