https://github.com/jeschkies/async-mesos-rs
An asynchronous client for Mesos HTTP scheduler API.
https://github.com/jeschkies/async-mesos-rs
mesos mesos-client rust
Last synced: 3 months ago
JSON representation
An asynchronous client for Mesos HTTP scheduler API.
- Host: GitHub
- URL: https://github.com/jeschkies/async-mesos-rs
- Owner: jeschkies
- License: apache-2.0
- Created: 2018-01-12T09:45:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T10:14:46.000Z (over 7 years ago)
- Last Synced: 2025-04-28T12:31:49.421Z (5 months ago)
- Topics: mesos, mesos-client, rust
- Language: Rust
- Homepage: https://crates.io/crates/async-mesos
- Size: 293 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/jeschkies/async-mesos-rs) [](https://crates.io/crates/async-mesos) [](https://deps.rs/repo/github/jeschkies/async-mesos-rs)# Async Mesos
This is an asynchronous client for Mesos V1 HTTP scheduler API. Checkout the [docs](https://docs.rs/async-mesos)
or the [tests](tests/mesos.rs) for getting started.