]> git.proxmox.com Git - proxmox-backup.git/blame - src/api_schema.rs
move src/api_schema/config.rs -> src/server/config.rs
[proxmox-backup.git] / src / api_schema.rs
CommitLineData
dc9a007b
DM
1//! API definition helper
2//!
3//! This module contains helper classes to define REST APIs. Method
4//! parameters and return types are described using a
5//! [Schema](schema/enum.Schema.html).
6//!
7//! The [Router](router/struct.Router.html) is used to define a
8//! hierarchy of API entries, and provides ways to find an API
9//! definition by path.
10
339ddfcb 11pub mod format;