hypixel

Crates.iohypixel
lib.rshypixel
version0.1.0
sourcesrc
created_at2022-06-30 13:23:56.053022
updated_at2022-06-30 13:23:56.053022
descriptionRust wrapper for the Hypixel public API.
homepage
repositoryhttps://github.com/Quzacks/hypixel
max_upload_size
id616372
size50,650
Quzack (Quzacks)

documentation

README

hypixel

Rust wrapper for the Hypixel public API. Covers most of the public Hypixel endpoints.

All methods to receive data are asynchronous. The wrapper provides a different handlers to contact different sections of the Hypixel API. Data that requires an API key is wrapped in a handler::Client struct.

Creating an instance of a handler::Client can be done with the Client::login(&str) method. Read the documentation for more information.

Features

By default all features are enabled.

[dependencies]
hypixel = { version = "0.1.0", features = ["feature-name"] }

players, resources, skyblock and others features enables the player_data, resources , skyblock and others handlers respectively.

Installation

Add this to your Cargo.toml:

[dependencies]
hypixel = "0.1.0"
Commit count: 0

cargo fmt