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

Update README to include `decodeMultiple(_:from:)`

authored by

Khan Winter and committed by
GitHub
a764c52b 4734d11d

+2 -1
+2 -1
README.md
··· 36 36 - Dates 37 37 - UUIDs 38 38 - Flexible date parsing (tags `0` or `1` with support for any numeric value representation). 39 + - Decoding multiple top-level objects using `decodeMultiple(_:from:)`. 39 40 40 41 > Note: This is not a valid CBOR/CDE encoder, it merely always outputs countable collections. CBOR/CDE should be implemented in the future as it's quite similar. 41 42 ··· 75 76 let decoder = CBORDecoder(options: options) 76 77 ``` 77 78 78 - [Documentation](https://swiftpackageindex.com/thecoolwinter/CBOR/1.0.0/documentation/cbor) is hosted on the Swift Package Index. 79 + [Documentation](https://swiftpackageindex.com/thecoolwinter/CBOR/1.0.1/documentation/cbor) is hosted on the Swift Package Index. 79 80 80 81 ## Installation 81 82