hexomc-lib 0.1.2

A library for launching Minecraft instances.
Documentation
1
2
3
4
5
pub mod launcher;
pub mod output;

pub use launcher::{launch, launch_with_channel, launch_with_output, LaunchOptions};
pub use output::{no_output, GameProcess, OutputFn, OutputKind, OutputLine};