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.
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.
@hishnash Here’s an interesting package for that kind of thing: