https://github.com/sunng87/rustmann
A riemann client on tokio, async/await
https://github.com/sunng87/rustmann
async-await riemann-client rust tokio
Last synced: 5 days ago
JSON representation
A riemann client on tokio, async/await
- Host: GitHub
- URL: https://github.com/sunng87/rustmann
- Owner: sunng87
- License: apache-2.0
- Created: 2018-09-09T08:53:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T13:58:14.000Z (7 days ago)
- Last Synced: 2025-05-09T00:08:34.266Z (5 days ago)
- Topics: async-await, riemann-client, rust, tokio
- Language: Rust
- Homepage:
- Size: 261 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rustmann
[](https://crates.io/crates/rustmann)
[](https://docs.rs/crate/rustmann/)
[](https://travis-ci.org/sunng87/rustmann)

[](https://liberapay.com/Sunng/donate)A [riemann](https://riemann.io/) client using
[tokio](https://tokio.rs). This project is still in its early
stage and API changes aggressively.## Usage
See
[examples](https://github.com/sunng87/rustmann/tree/master/examples)
and [API docs](https://docs.rs/crate/rustmann/).## Features & TODOs
- [x] TCP Client
- [x] TLS TCP Client (by enabling `tls` feature)
- [x] UDP Client
- [x] Report API (`send_events`)
- [x] Query API (`send_query`)
- [x] Event Builder API## License
MIT/Apache-2.0