restic-123pan 0.2.3

Restic REST API backend server using 123pan cloud storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! 123pan API client module.

pub mod auth;
pub mod client;
pub mod entity;
pub mod types;

#[cfg(test)]
mod tests;

pub use client::Pan123Client;
pub use types::*;