minecraft-rs

Crates.iominecraft-rs
lib.rsminecraft-rs
version0.1.0
sourcesrc
created_at2021-12-26 16:11:57.68601
updated_at2021-12-26 16:11:57.68601
descriptionMinecraft launcher: rust edition
homepagehttps://github.com/glowsquid-launcher/minecraft-rs#readme
repositoryhttps://github.com/glowsquid-launcher/minecraft-rs
max_upload_size
id503340
size39,496
TNTMan1671 (Suyashtnt)

documentation

https://docs.rs/minecraft-rs

README

minecraft.rs

A low-ish rust minecraft launcher

This is meant to be a low-level structural launcher where everything is done separately. You don't launch and let it download the assets. You first download the assets and then launch. This is meant to be used as a library, but a standalone is also in the works (mainly for testing)

MICROSOFT ONLY becauce mojang is being removed in the future. Migrate now

Testing

Testing basically works by:

  • Run single test
  • See if output makes sense

What makes sense should make sense for the launcher

Commit count: 120

cargo fmt