Skip to main content

Crate lighty_launch

Crate lighty_launch 

Source
Expand description

Minecraft launch orchestration.

  • launch coordinates the full launch pipeline (metadata → JRE → install → spawn) and exposes the Launch trait.
  • installer downloads and installs libraries, natives, the client JAR, mods, and assets in parallel.
  • arguments turns a Version plus runtime overrides into the final JVM/game argv.
  • instance tracks running game processes and streams their console output back to the caller.

Re-exports§

pub use launch::LaunchBuilder;
pub use launch::LaunchConfig;
pub use installer::Installer;
pub use instance::InstanceControl;
pub use instance::InstanceError;
pub use instance::InstanceResult;

Modules§

arguments
errors
installer
instance
launch