scl-core 1.0.2

A fully featured minecraft launcher core. (Highly unstable and all in Chinese!)
Documentation
1
2
3
4
5
6
pub(crate) use smol as inner_future;
pub(crate) type DynResult<T = ()> = anyhow::Result<T>;
pub(crate) use serde::*;

pub use crate::download::GameDownload;
pub(crate) use crate::progress::*;