]> git.proxmox.com Git - proxmox-backup.git/blame - src/lib.rs
router: no need to use Fn (fn also works for static closures)
[proxmox-backup.git] / src / lib.rs
CommitLineData
d11f14f7 1pub mod static_map;
504b3597
DM
2
3#[macro_use]
f17db0ab 4pub mod api {
504b3597 5
f17db0ab
DM
6 #[macro_use]
7 pub mod schema;
8 #[macro_use]
9 pub mod router;
10 pub mod config;
11 pub mod server;
504b3597 12
f17db0ab 13}
16b48b81 14
1a53be14 15
504b3597
DM
16pub mod api3;
17