You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@ CBOR
78
78
79
79
While this framework implements as much of the specification as possible, there are a few notable exceptions:
80
80
81
-
* Although CBOR supports Half-precision floating point numbers, given the lack of a native type in Swift `CBOREncoder` does not support encoding these types of numbers. Any Half-precision numbers that `CBORDecoder` encounters will be decoded as `Float`.
82
81
* CBOR supports keys of any defined type, however, since `Codable` relies on `CodingKey` for encoding/decoding its keyed containers, this framework is limited in its supported key types to `Int` and `String`.
83
82
* CBOR supports DecimalFractions and Bigfloats whose mantissa is a Bignum. With the current implementation, this is limited to Bignums whose content fits into either a `Int64` or `UInt64` type.
0 commit comments