Swift Binary Parsing is a library for building safe, efficient binary parsers in Swift. The library provides a set of tools for safely parsing binary data, while managing type and memory safety and eliminating common value-based undefined behavior, such as integer overflow.
6 Likes
Great, eagerly awaiting Swift 6.2 release so we can use this. Are there any plans to add support for emitting as well as parsing?
2 Likes