Skip to content

Commit 3699de9

Browse files
Update README.md
1 parent 9895542 commit 3699de9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ CBOR
7878

7979
While this framework implements as much of the specification as possible, there are a few notable exceptions:
8080

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`.
8281
* 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`.
8382
* 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.
8483

0 commit comments

Comments
 (0)