| Crates.io | ctrf-rs |
| lib.rs | ctrf-rs |
| version | 0.1.0 |
| created_at | 2025-05-20 07:07:04.228597+00 |
| updated_at | 2025-05-20 07:07:04.228597+00 |
| description | A reporter for Common Test Report Format (CTRF) in Rust |
| homepage | |
| repository | https://gitlab.com/ctrf-rs/ctrf-rs |
| max_upload_size | |
| id | 1680883 |
| size | 42,050 |
An implementation of the Common Test Report Format in Rust.
Defines 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.
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
Shoutout/kudos/🤘 to the originator of CTRF, Matthew Thomas!