mc-launcher-core 0.1.1

Rust building blocks for installing and launching Minecraft profiles.
Documentation
1
2
3
4
5
6
7
8
//! Account authentication helpers.
//!
//! [`offline`] creates local testing accounts. [`microsoft_account`] contains
//! the Microsoft OAuth, Xbox Live, XSTS, and Minecraft profile calls needed to
//! create an authenticated [`crate::account::Account::Microsoft`] value.

pub mod microsoft_account;
pub mod offline;