hexomc-lib 0.1.2

A library for launching Minecraft instances.
Documentation
1
2
3
4
5
6
7
8
9
pub mod curseforge;
pub mod detector;
pub mod modrinth;
pub mod updater;

pub use curseforge::CurseForgeClient;
pub use detector::{detect_mods, ModInfo, ModLoader};
pub use modrinth::{ModrinthClient, MrProject, MrVersion};
pub use updater::{check_updates, update_mod, ModUpdate, UpdateSource};