Rust core library for [Synth AI](https://usesynth.ai) - serverless post-training APIs.
This crate provides the low-level building blocks for Synth AI SDKs:
- ----
Most users should use the high-level [`synth-ai`](https://crates.io/crates/synth-ai) crate instead.
```rust
use synth_ai_core::SynthClient;
let client = SynthClient::from_env()?;
```
MIT