Crate riemann_client [] [src]

A Riemann client library and command line interface.

Reexports

pub use self::client::{Client};
pub use self::error::{Error, Result};

Modules

client

Layer three: An abstract client hiding the TCP/Protobuf layers.

error

Error variants

proto

Layer one: Protobuf implementation generated by protoc --rust_out.

transport

Layer two: Protobuf transport over TCP.