# SDKs

## Rust

[github.com/bulletxyz/bullet-rust-sdk](https://github.com/bulletxyz/bullet-rust-sdk)

Type-safe client generated from the trading API's OpenAPI spec. Includes REST, WebSocket, transaction signing, and keypair management.

```toml
[dependencies]
bullet-rust-sdk = { git = "https://github.com/bulletxyz/bullet-rust-sdk.git" }
```

### Features

- auto-generated REST client from OpenAPI spec
- WebSocket client with type-safe topic subscriptions
- Ed25519 keypair generation and management
- transaction building and signing
- cross-platform (native + WASM)
