ctrf-rs

Crates.ioctrf-rs
lib.rsctrf-rs
version0.2.0
created_at2025-05-20 07:07:04.228597+00
updated_at2026-01-19 07:12:30.130919+00
descriptionA reporter for Common Test Report Format (CTRF) in Rust
homepage
repositoryhttps://gitlab.com/ctrf-rs/ctrf-rs
max_upload_size
id1680883
size59,737
D. Deutsch (dickdeutsch)

documentation

README

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!

Commit count: 8

cargo fmt