blob: dd79d1517895ffee9c05738b0c0452efa4fe1c90 (
plain) (
blame)
1
2
3
4
5
6
|
Instances for Binary for the types defined in the vector package, making
it easy to serialize vectors to and from disk. We use the generic
interface to vectors, so all vector types are supported. Specific
instances are provided for unboxed, boxed and storable vectors.
WWW: https://github.com/bos/vector-binary-instances
|