# Odds API Rust SDK
This is the official Rust SDK for odds-api.net.
- Keep public naming aligned with the Python and Go SDKs.
- Use `OddsApiClient` as the main client type.
- Keep the default base URL as `https://api.odds-api.net/v1`.
- Send API keys with the `X-API-Key` header.
- Run `cargo fmt`, `cargo test`, and `cargo package --allow-dirty` before publishing.