Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 636 Bytes

File metadata and controls

26 lines (17 loc) · 636 Bytes

Resos

Rust language bindings for Apache Mesos.

Prerequisites

  • Rust
  • libmesos.{so, dylib} on your shared library search path

Building

This project is built using cargo against the 0.13 nightlies.

$ cargo build

The initial FFI declarations were generated using cxx2rs.

The protobuf code was generated using rust-protobuf.