summaryrefslogtreecommitdiff
path: root/README.md
blob: 79833030575aa429cc43fad3f134c5f4f14d5e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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