Description
Provides Ruby helpers for declaring and parsing binary data structures. It is useful for file formats, network protocols, embedded data, and tools that need structured binary parsing.
Binary parsing of untrusted data can expose applications to malformed input and resource use. Validate lengths, bounds, and failure behavior carefully.