sticky-encoding icon indicating copy to clipboard operation
sticky-encoding copied to clipboard

High-performance binary encoding/decoding for `Swift.Codable` types.

Results 3 sticky-encoding issues
Sort by recently updated
recently updated
newest added

Hey! This sound very similar to [CBOR](https://cbor.io/). There is a ([CBOR Swift implementation](https://github.com/myfreeweb/SwiftCBOR) of but without proper Encoding/Decoding solution. Have you thought about switching over to the CBOR standard instead...

enhancement

In order to support the transmission of objects in binary to systems with differing endianness, support should be added to choose the Endianness for encoding/decoding.

enhancement

CocoaPods and Carthage support would be great as SPM does not work with iOS projects and many developers only use libraries that support these package managers.