Has anyone found a good Codable lib that reads and writes raw bytes to file, currently I have gone down the path of creating my own `UnsafeCodable` that operates on raw pointers.

#Swift #iOSDev #SwiftLang

@hishnash Here’s an interesting package for that kind of thing:

https://swiftpackageindex.com/QuickBirdEng/DataKit

DataKit – Swift Package Index

DataKit by QuickBird on the Swift Package Index – A Swift library to easily read and write binary formatted data using a modern, declarative interface.

The Swift Package Index
@finestructure That does look powerful, I love the nice declarative interface.