Rust library to download and run Minecraft instances.
To build the library, the do the following command:
carbo build
You can run the example program from examples/example.rs
using the command below. Don't forgot to add RUST_LOG
environment variable to
have the full logs:
RUST_LOG=grindstone-rs=trace,debug cargo run --example example