I would like to implement alternative output formats to Rust’s testing tools. (e.g. JSON)
I’ve looked at the code and the it looks pretty straight forward.
What is the usual process for these kind of things? Should I write an RFC, or just send a PR with implementation?
Edit:
What I plan to do is this:
-q should print nothing, not even a single character. Maybe this is a bad idea since people may depend on this for parsing.
–format should support at least these three formats:
“pretty” the default.
“terse” previously -q (should be present even if q is unchanged)
“json” json