rustmann 0.5.0

Rust/Tokio client for Riemann
Documentation

rustmann

Crates.io Docs Build Status GitHub Donate

A riemann client using tokio. This project is still in its early stage and API changes aggressively.

Usage

See examples and API docs.

Features & TODOs

  • TCP Client
  • TLS TCP Client (by enabling tls feature)
  • UDP Client
  • Report API (send_events)
  • Query API (send_query)
  • Event Builder API

Minimal version policy

This library relies heavily on async-await feature so it requires Rust 1.39 and above to compile.

License

MIT/Apache-2.0