restic-123pan 0.2.0

Restic REST API backend server using 123pan cloud storage
Documentation
1
2
3
4
5
6
7
8
//! Restic REST API server backed by 123pan cloud storage.
//!
//! This library provides the core functionality for the restic-123pan.

pub mod config;
pub mod error;
pub mod pan123;
pub mod restic;