restic-123pan 0.2.1

Restic REST API backend server using 123pan cloud storage
Documentation
1
2
3
4
5
6
//! Restic REST API module.

pub mod handler;
pub mod types;

pub use handler::create_router;