Description
Adds Data.Binary serialization instances for Haskell vectors. These instances let vector values be encoded to and decoded from binary data using the Binary ecosystem.
It is useful for caches, file formats, tests, protocols, and applications that store vector data compactly. Long-lived binary formats should still include versioning and compatibility planning.