space-traders-api
Generated API client for SpaceTraders.
Installing
By default reqwest/default-tls is included (feature default-tls).
Usage
use ;
async
See examples/main.rs for an example to get started.
To provide an agent token to the example, set SPACE_TRADERS_AGENT_TOKEN:
Contributing
This project uses just to run commands the same way as the CI:
cargo just checkto check formatting and lints.cargo just docto generate and preview docs.
For a full list of commands, see the Justfile.