# RLP: Recursive Length Prefix [![Build Status](https://travis-ci.org/Jasagredo/RLP.svg?branch=master)](https://travis-ci.org/Jasagredo/RLP) This package implements the Recursive Length Prefix protocol defined in the [Ethereum Yellow Paper](https://ethereum.github.io/yellowpaper/paper.pdf) used for serializing and deserializing structures into an array of bytes. For more information, please check the haddock documentation (can be generated running `cabal haddock` on the root of the repo). Feel free to contribute.