Hi everyone,
I'd like to share a Rust implementation of the ndt7 client I've been working on. It provides both a library for embedding ndt7 measurements in Rust applications and a CLI tool. The Go reference client served as a guide during development.
The project is available at:
- https://github.com/michalskalski/ndt7-client
- https://crates.io/crates/ndt7-client
The latest release is v0.3.0 with pre-built binaries for multiple operating systems and architectures: https://github.com/michalskalski/ndt7-client/releases/tag/v0.3.0
If anyone has feedback, suggestions, or questions, feel free to open a GitHub issue or reply here.
Best regards,
Michal Skalski