#hypixel #async #api-bindings #skyblock

skyblock-rs

A simple library to interact with Hypixel's Skyblock API

8 releases

0.2.5 Jun 22, 2020
0.2.4 May 9, 2020
0.1.1 May 4, 2020

#2088 in #async

Download history 16/week @ 2024-02-25 72/week @ 2024-03-31

72 downloads per month

MIT license

675KB
626 lines

skyblock-rs

Rust client for interacting with Hypixel's Skyblock API

Getting started

examples/index-ah is a fairly simple example of how to index into all of the current available auctions, other features will be added as I go along.

This library is written using stable rust's futures! So minimum rustc of 1.39 or it won't run. Consult the examples' Cargo.toml if in doubt. Ramblings aside, here's is how to include it in your project:

[dependencies]
skyblock-rs = "0.1.0"

Currently it's unstable as it's very much incomplete, but the basic backbone is there, some refactoring in the future will probably cause irritation and yeah.

Contributions

Yes please! Make pull requests! Just don't borke the whole thing~!

Dependencies

~0.4–13MB
~142K SLoC