Skip to content

Commit

Permalink
Update README to begin workaround for go.dev bugs
Browse files Browse the repository at this point in the history
Replaced a handful of markdown tables with SVG: "cbor speed/memory comparison", "cbor security comparison", "cbor features" and one more.

There's a lot of markdown tables remaining (encoding/decoding option tables, etc.) that are being rendered incorrectly on go.dev.

Mentioned the bug fix for v2.2, and CBOR  decoder settings: `MaxNestedLevels`, `MaxArrayElements`, `MaxMapPairs`, and `IndefLength`.

go.dev bugs filed about this are:
golang/go#37284
golang/go#37394

Closes #175
  • Loading branch information
x448 committed Feb 25, 2020
1 parent 8518c6f commit 7f92480
Showing 1 changed file with 64 additions and 69 deletions.

0 comments on commit 7f92480

Please sign in to comment.