Crates.io | skyblock-rs |
lib.rs | skyblock-rs |
version | 0.2.5 |
source | src |
created_at | 2020-05-04 02:10:59.208563 |
updated_at | 2020-06-22 05:25:36.054663 |
description | A simple library to interact with Hypixel's Skyblock API. |
homepage | |
repository | |
max_upload_size | |
id | 237281 |
size | 1,833,028 |
Rust client for interacting with Hypixel's Skyblock API
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.
Yes please! Make pull requests! Just don't borke the whole thing~!