Crate spacetraders

Crate spacetraders 

Source
Expand description

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 client module wraps the interactions between the client and the server
errors
Errors that might be returned from space traders client
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