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 downExamples also require the Ray cluster:
docker compose up -d
cargo run --example simple
cargo run --example axum- Expand unit tests for schemas
- Implement Serve API bindings