Crates.io | space-traders |
lib.rs | space-traders |
version | 0.1.2-3ff410c |
source | src |
created_at | 2023-08-31 06:50:16.106325 |
updated_at | 2024-04-10 21:33:26.05046 |
description | Async SpaceTraders API client for Rust. |
homepage | |
repository | https://gitlab.com/konnorandrews/space-traders-rust |
max_upload_size | |
id | 959596 |
size | 523,265 |
This is an async Rust client for the SpaceTraders API game. This client is not official as are all client libraries for the game.
The APIs and models are generated from the game specification using the OpenAPI Generator. The generation template has been rewritten from scratch to provide a high quality client.
Please see the getting started guide for the game. The demo
example in this repository shows using the crate to implement the steps shown in the "New game" section.
Here is a list of other SpaceTraders API clients in Rust.
spacedust
uses the same tool to generate the client. However, it uses the default Rust template for the generator, which results in non-standard Rust code. It does use a version of the specification with more documentation.bevy_mod_pies_spacetraders_api
is a client specifically for the bevy
game engine.spacetraders
looks to be abandoned.Requires Rust 1.64.0.
This crate follows the "Latest stable Rust" policy. The listed MSRV won't be changed unless needed. However, updating the MSRV anywhere up to the latest stable at time of release is allowed.