1 2 3 4 5 6 7
//! Restic REST API module. pub mod handler; pub mod types; pub use handler::create_router; pub use types::ResticFileType;