space-traders-api 0.1.0

Generated API client for SpaceTraders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# space-traders-api

Generated API client for [SpaceTraders](https://spacetraders.io).

[![Test](https://github.com/crates-lurey-io/space-traders-api/actions/workflows/test.yml/badge.svg)](https://github.com/crates-lurey-io/space-traders-api/actions/workflows/test.yml)
[![Crates.io Version](https://img.shields.io/crates/v/space-traders-api)](https://crates.io/crates/space-traders-api)

## Contributing

This project uses [`just`][] to run commands the same way as the CI:

- `cargo just check` to check formatting and lints.
- `cargo just doc` to generate and preview docs.

[`just`]: https://crates.io/crates/just

For a full list of commands, see the [`Justfile`](./Justfile).