Structs§
- Month
Row - One row in the month timeline breakdown.
- Owner
Row - One row in the owner breakdown.
- Stats
Result - The complete stats result.
- TagRow
- One row in the tag breakdown.
Functions§
- compute_
stats - Compute stats from a slice of fuses. Rows are sorted: detonated count descending, then total descending, then name ascending. Month rows are sorted chronologically (ascending).
- print_
stats - Top-level dispatch.
- print_
stats_ github - Print stats in GitHub Actions format.
- print_
stats_ json - Print stats as JSON.
- print_
stats_ month - Top-level dispatch for month breakdown.
- print_
stats_ month_ terminal - Print the month timeline breakdown in terminal format.
- print_
stats_ terminal - Print stats in terminal (human-readable table) format.