A fast, safe, and efficient CBOR serialization library for Swift on any platform. swiftpackageindex.com/thecoolwinter/CBOR/1.1.1/documentation/cbor
atproto swift cbor

DAG-CBOR (#2) master

Implements [DAG-CBOR](https://ipld.io/docs/codecs/known/dag-cbor/) encoding and decoding. ### TODOs: - [x] Add new `DAGCBOREncoder` type. - [x] Add all necessary flags for valid DAG-CBOR construction. - [x] Throw on tagged items in the DAG encoder. - [x] Make date decoding more flexible for untagged date values. - [x] Add API for injecting custom tag decoding. - [x] Implement custom tag decoding for `CIDType`s. - [x] Pass all [DASL](https://hyphacoop.github.io/dasl-testing/) tests.