cereal-vector-0.1.0.0: Serialize instances for Data.Vector types.

Safe HaskellSafe-Infered

Data.Vector.Storable.Serialize

Description

Efficient Serialize instance for Storable vectors. The serialized format is an Int64 representing the length of the Vector, followed by the raw bytes.