Description
Adds Validity instances for Haskell ByteString values. These instances let validation-oriented code include byte strings in generic checks and test data workflows.
It is useful for parsers, binary protocols, file processing, tests, and libraries that already use the Validity ecosystem. Developers still need domain-specific validation for encodings, lengths, and allowed byte patterns.