Crate spacetraders[][src]

This crate is an api wrapper around the popular SpaceTraders API game of the same name.

The goal is to wrap all available endpoints in strongly typed requests and responses that we expect from rust.

Modules

client

The game module wraps the interactions between the client and the server

requests

All requests being sent to the api are in this module

responses

All responses that come back from the API are in this module

shared

The shared module contains all common structs and enums used in the API