post-archiver-utils 0.2.1

A set of utilities for Post Archiver
Documentation
1
2
3
4
5
6
7
use post_archiver::manager::PostArchiverManager;
use tokio::sync::Mutex;

pub mod download;
pub mod sync;

pub type Manager = Mutex<PostArchiverManager>;