mcvm_core 0.9.0

Core functionality for launching Minecraft
Documentation
1
2
3
4
5
6
/// Utilities for working with serde_json values
pub mod json;
/// "Secret" values
pub(crate) mod secrets;
/// Utilities for game versions
pub mod versions;