Developer-oriented crate for launching Minecraft quickly and reliably with included support for Mojang versions and popular mod loaders. See portablemc-cli for the reference implementation.
//! PortableMC is a library and CLI for programmatically launching Minecraft.
#![deny(unsafe_op_in_unsafe_fn)]modpath;modhttp;modtokio;modserde;pubmodmaven;pubmodmsa;pubmoddownload;pubmodbase;pubmodmoj;pubmodfabric;pubmodforge;/// Internal module used for sealing traits and their methods with a sealed token.
#[allow(unused)]modsealed{/// Internal sealed trait that be extended from by traits to be sealed.
pubtraitSealed{}/// A token type that can be added as a parameter on a function on a non-sealed trait
/// to make this particular function sealed and not callable nor implementable by
/// external crates.
pubstructToken;}