]> git.proxmox.com Git - proxmox-backup.git/blob - src/api_schema.rs
move src/api_schema/config.rs -> src/server/config.rs
[proxmox-backup.git] / src / api_schema.rs
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
11 pub mod format;