ctrf-rs 0.2.0

A reporter for Common Test Report Format (CTRF) in Rust
Documentation
# Rust CTRF Reporter

A reporter for the [Common Test Report Format](https://ctrf.io) in Rust.

Implements the CTRF JSON schema within Rust and leverages `serde`/`serde_json` to convert to/from JSON files.
See the [CTRF Specification](https://ctrf.io/docs/category/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](https://github.com/Ma11hewThomas)!