]> git.proxmox.com Git - proxmox-backup.git/blob - src/lib.rs
use proxmox-mini-journalreader to display syslog
[proxmox-backup.git] / src / lib.rs
1 #[macro_use]
2 pub mod buildcfg;
3
4 #[macro_use]
5 pub mod tools;
6
7 #[macro_use]
8 pub mod server;
9
10 pub mod pxar;
11
12 pub mod section_config;
13
14 #[macro_use]
15 pub mod backup;
16
17 pub mod config;
18
19 pub mod storage {
20 pub mod config;
21 }
22
23 pub mod api2;
24
25 pub mod client;
26
27 pub mod auth_helpers;