space_traders/
lib.rs

1//! This is an async Rust client for the [SpaceTraders API](https://spacetraders.io/) game. This
2//! client is not official as are all client libraries for the game.
3//!
4//! The `apis` and `models` modules are automatically generated from the bundled form of [the specification](https://github.com/SpaceTradersAPI/api-docs) that is available on the [Stoplight workspace](https://spacetraders.stoplight.io/).
5//!
6//! This crate is generated for version `2.0.0` of the game.
7
8pub mod apis;
9pub mod models;