This project is under development.
The core implementation of Grid Craft Launcher, yet not limited to that!
You can choose either directly using it as a command line program, or integrating it into to your project as a dependency!
A completely asynchronous core!
- Powered by Tokio, gridcore runs fast and effective!
An effective core!
run grid-cli --help
to get usages.
Add this crate to your Cargo.toml
file under [dependencies]
table:
gridcore = "0.1.0"
Or let Cargo helps you:
cargo add gridcore
This crate is distributed under GPL-3.0 license.
See CONTRIBUTING.md for more details!