restic-123pan 0.2.6

Restic REST API backend server using 123pan cloud storage
Documentation
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;