mojang-api 0.5.1

A simple library for interfacing with the Mojang API. Includes full support for async/await.
Documentation

mojang-api

Documentation crates.io

This crate offers a simple interface for utilizing the Mojang API. It utilizes experimental async/await syntax, allowing for clean, asynchronous requests.

Currently, the following mechanisms are supported:

  • Obtaining the "server hash" required for authenticating with Mojang.
  • Running server-side authentication of a client.

In the future, additional functionality will be added.