CBORCoding
                                
                                 CBORCoding copied to clipboard
                                
                                    CBORCoding copied to clipboard
                            
                            
                            
                        Easy CBOR encoding and decoding for iOS, macOS, tvOS and watchOS.
### Expected Behavior Some empty dictionaries that have been encoded with `CBOREncoder` throw a type mismatch error when the data is decoded again with `CBORDecoder`. To me this seems like...
## Description This is just #21 but with `Half` still in use on x64 Macs. I need to remove the `Half` dependency in order to run on Windows but unfortunately...
## Description Added strict concurrency checking and Sendable conformances ## Checklist * [x] Code compilation. * [x] All tests passing. * [x] No new SwiftLint issues. * [x] Added new...
### Expected Behavior Decoding null values to nil should work inside an array. ### Actual Behavior Cannot decode and I get the following error: valueNotFound(Swift.Optional, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "m", intValue: nil),...
## Description Added support for optional values in arrays. Closes #22. ## Checklist Ensure that your `pull request` has followed all the steps below: * [x] Code compilation. * [x]...