Rust SDK for [Synth AI](https://usesynth.ai) - serverless post-training APIs.
```bash
cargo add synth-ai
```
Or add to your `Cargo.toml`:
```toml
[dependencies]
synth-ai = "0.1"
```
This crate is under active development. For the full-featured SDK, see the [Python package](https://pypi.org/project/synth-ai/).
- --