Skip to content

Conversation

fikovnik
Copy link

Using the csv crate, it adds the ability to report the stats in CSV format which is useful for further processing. It flattens the nested CodeStats blobs using a Nesting column.
It supports both input and output.

It address (at least partially):

There was a previous attempt (cf. #225), but that seemed to stall.

CSV is pretty simple format so the use of csv crate might be a bit of an overkill. OTOH, it makes the code shorter and works well with the supported_format macro.

Using the csv crate, it adds the ability to report the stats
in CSV format which is useful for further processing.
It flattens the nested CodeStats blobs using a `Nesting`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant