An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build
Status](https://travis-ci.org/jeschkies/async-mesos-rs.svg?branch=master)](https://travis-ci.org/jeschkies/async-mesos-rs) [![Crate](https://img.shields.io/crates/v/async-mesos.svg)](https://crates.io/crates/async-mesos) [![dependency status](https://deps.rs/repo/github/jeschkies/async-mesos-rs/status.svg)](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.