eureka-mmanager 0.3.0

An Actix actor collection for downloading manga, chapters, covers from Mangadex
Documentation
1
2
3
4
5
mod error;

pub use error::{Error, ErrorType, OwnedError};

pub type ManagerCoreResult<T> = Result<T, Error>;