mc-launcher-core 0.0.3

This is an mc launcher core written in Rust.
1
2
3
4
5
6
pub mod types;
pub mod utils;
pub mod runtime;
pub mod command;
pub mod auth;
pub mod install;