modde-sources 0.1.0

Download source implementations for modde
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod common;
pub mod direct;
pub mod gdrive;
pub mod github;
pub mod installers;
pub mod manager;
pub mod mega;
pub mod nexus;
pub mod traits;
pub mod wabbajack;

pub use traits::{AnySource, DownloadHandle, DownloadSource, ProgressCallback, VerifiedFile};