mesos 0.2.10

Mesos library using the new HTTP API
1
2
3
4
5
pub mod mesos;
pub mod scheduler;
pub mod executor;

pub use self::mesos::*;