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.
4 Likes