group and annotate libraries that target a common encoding #106
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
here's some logic I thought about to present the benchmarked libraries that target the same encoding (like json, cbor, protobuf etc.) more clearly, grouped together and clearly marked in the readme output. It looks like this
there's room to quibble about how this is presented; i just put like "json:<br>" before the crate in the first column of the table, but there's an argument to be made that maybe we could stick like a full-width table cell heading that just says "json" in it, though i'm not sure if that would really look better, and it doesn't seem like github flavored markdown supports merged cells anyway.