Home

Awesome

mesos-rust

Rust language bindings for Apache Mesos.

Status

Note: these bindings are not production-ready.
Rust hackers welcome, this is really fun so far!

There is a functioning example scheduler in the repo: src/bin/test_scheduler.rs.

Project Roadmap

Native Dependencies

Building mesos-rust

This project depends on Rust version 1.3.

Using cargo:

$ cargo rustc --bin test_scheduler -- -l mesos -l protobuf-lite

Using make:

$ make

Take it for a test drive!

$ mesos-local --num_slaves=2 &
$ target/debug/test_scheduler