| Crates.io | ray-dashboard-sdk |
| lib.rs | ray-dashboard-sdk |
| version | 0.3.0 |
| created_at | 2025-11-03 00:11:50.985484+00 |
| updated_at | 2025-12-14 21:52:45.879409+00 |
| description | A simple Rust client for the Ray Dashboard REST API. |
| homepage | |
| repository | https://github.com/sfriedowitz/ray-dashboard-sdk |
| max_upload_size | |
| id | 1913736 |
| size | 105,483 |
A simple Rust client for the Ray Dashboard REST API.
A Rust SDK for the Ray Dashboard REST API. Currently supports the Jobs API for submitting and managing Ray jobs.
See examples/ for usage examples.
Integration tests require a running Ray cluster:
# Start Ray cluster
docker compose up -d
# Run tests
cargo test
# Stop Ray cluster
docker compose down
Examples also require the Ray cluster:
docker compose up -d
cargo run --example simple
cargo run --example axum