downloader_mc 0.1.3

A library for downloading Minecraft assets and libraries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod error;
pub mod json_profiles;
pub mod launcher_manifest;
pub mod manifest;

pub mod prelude {
    pub use super::client::*;
    pub use super::error::*;
    pub use super::manifest::*;
}