https://github.com/thrzl/crust
⛏️ a real fast minecraft api (wip)
https://github.com/thrzl/crust
actix-web minecraft minecraft-api mojang mojang-api rust rust-lang rustlang
Last synced: 12 months ago
JSON representation
⛏️ a real fast minecraft api (wip)
- Host: GitHub
- URL: https://github.com/thrzl/crust
- Owner: thrzl
- License: apache-2.0
- Created: 2022-02-04T01:58:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T20:18:08.000Z (almost 4 years ago)
- Last Synced: 2025-04-23T18:13:46.460Z (12 months ago)
- Topics: actix-web, minecraft, minecraft-api, mojang, mojang-api, rust, rust-lang, rustlang
- Language: Rust
- Homepage: https://crust.terabyteis.me
- Size: 114 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
crust
a real fast minecraft api (huge emphasis on W I P!!!)
read the docs »
### built with
this section should list any major frameworks that you built your project using. leave any add-ons/plugins for the acknowledgements section. here are a few examples.
* actix-web
* reqwest
* miniserde
* cached
see the [open issues](https://github.com/terabyte3/crust/issues) for a list of proposed features (and known issues).
## contributing
contributions are what make the open source community such an amazing place to learn, inspire, and create. any contributions you make are **greatly appreciated**.
1. fork the project
2. install [`cargo-chef`](https://lib.rs/crates/cargo-chef)
3. create your feature branch (`git checkout -b feature/amazingfeature`)
4. run `cargo chef prepare`
5. commit your changes (`git commit -m 'add some amazingfeature'`)
6. push to the branch (`git push origin feature/amazingfeature`)
7. open a pull request
## license
distributed under the apache 2.0 license. see [`license`](https://github.com/terabyte3/crust/blob/master/LICENSE) for more information.
## acknowledgements
* [gitmoji](https://gitmoji.dev)
* [choose an open source license](https://choosealicense.com)
###### **thrizzle. 2022**