Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Latest commit

 

History

History

binary

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

cardano-sl-binary

Binary serialisation and deserialisation for Cardano SL.

This library is built on top of the binary and cborg packages and implement space efficient serialising and deserialising of Haskell data types to and from binary representations via a Bi type class and associated machinery.

The library includes ability the derive Bi instances (requires a Typeable constraint).