2 unstable releases
| 0.2.0 | Jan 19, 2026 |
|---|---|
| 0.1.0 | May 20, 2025 |
#283 in Testing
5,982 downloads per month
Used in 26 crates
(via test-r-core)
50KB
1K
SLoC
Rust CTRF Reporter
A reporter for the Common Test Report Format in Rust.
Implements the CTRF JSON schema within Rust and leverages serde/serde_json to convert to/from JSON files.
See the CTRF Specification for more information on data types and organization.
Developed by 🤚 with ❤️. No generative AI was used to create this code.
Usage
This reporter is intended to be built into your Rust crate (bin or lib) via cargo. Add this crate using the command:
cargo add ctrf-rs
Acknowledgement
Shoutout/kudos/🤘 to the originator of CTRF, Matthew Thomas!
Dependencies
~0.8–1.7MB
~35K SLoC