cbor icon indicating copy to clipboard operation
cbor copied to clipboard

CBOR codec (RFC 8949) with CBOR tags, Go struct tags (toarray, keyasint, omitempty), float64/32/16, big.Int, and fuzz tested billions of execs.

Results 76 cbor issues
Sort by recently updated
recently updated
newest added

### Description #### PR Was Proposed and Welcomed in Currently Open Issue - [x] This PR was proposed and welcomed by maintainer(s) in issue #693 - [x] Closes or Updates...

Found some code in need of refactoring today (during my postponed Labor Day holiday). Refactor the code and tag a small release before making bigger changes. If time allows, also...

**Is your feature request related to a problem? Please describe.** Unmarshalling a document that supports arbitrary metadata alongside pre-defined keys. **Describe the solution you'd like** [encoding/json/v2](https://pkg.go.dev/encoding/json/v2) supports a cool and...

**Is your feature request related to a problem? Please describe.** I'm developing a library related to CBOR. I haven't run into an issue with this yet, but when I [noticed](https://github.com/hyphacoop/go-dasl/issues/7)...

Hello, I am developing a [library](https://github.com/hyphacoop/go-dasl) that implements the [DRISL](https://dasl.ing/drisl.html) spec, formerly known as [dag-cbor](https://ipld.io/specs/codecs/dag-cbor/spec/). To reach strict compliance with that spec, I had to fork this repo and add...

### What version of fxamacker/cbor are you using? feature/cbor-tinygo-beta ### Does this issue reproduce with the latest release? N/A ### What OS and CPU architecture are you using (`go env`)?...

TinyGo