A Riemann client library for Rust.
See the usage examples in ./examples
.
The protocol buffer defintion can be updated by replacing src/proto/mod.proto
with the latest defintion from the Riemann source and running make
.
You will need to have protoc
and protoc-gen-rust
installed. protoc
is provided by the protobuf-compiler
package on Debian based systems. Instructions for installing protoc-gen-rust
this are availible in the README for rust-protobuf.
riemann_client
is licenced under the MIT Licence.
Written by Sam Clements.