Skip to main content

restic_123pan/
lib.rs

1//! Restic REST API server backed by 123pan cloud storage.
2//!
3//! This library provides the core functionality for the restic-123pan.
4
5pub mod config;
6pub mod error;
7pub mod pan123;
8pub mod restic;