# Synopsis Just a [faster][1] BEncode package. # Description Bencode (pronounced like B encode) is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data. See full documentation at ```src/Data/BEncode.hs```. # Build Status [![Build Status][2]][3] [1]: http://htmlpreview.github.com/?https://github.com/pxqr/bencoding/master/bench/comparison.html [2]: https://travis-ci.org/pxqr/bencoding.png [3]: https://travis-ci.org/pxqr/bencoding