]> git.proxmox.com Git - proxmox-backup.git/blob - src/lib.rs
another way to initialize the api tree
[proxmox-backup.git] / src / lib.rs
1 pub mod static_map;
2
3 #[macro_use]
4 pub mod json_schema;
5
6 #[macro_use]
7 pub mod api_info;
8
9 pub mod api3;
10