Registry / testing / quick-junit

quick-junit

JSON →
library0.6.0rscratesunverified

Data model, serializer, and deserializer for JUnit/XUnit XML test reports.

# Cargo.toml [dependencies] quick-junit = "0.6.0"
INSTALL
IMPORT
SIG · QUICK-JUNIT
Q
quick-junit
testingrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Report
use quick_junit::Report;

Create a new JUnit report

use quick_junit::Report; fn main() { let report = Report::new("test_suite"); println!("Report created: {}", report.name()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
quick-junit — cargo add quick-junit · libregistry