summaryrefslogtreecommitdiff
path: root/README.md
blob: 4fd4172f6528a89c7392a8e157c7fe5ab253fc01 (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/fmap/bencoding/master/bench/comparison.html
[2]: https://travis-ci.org/fmap/bencoding.png
[3]: https://travis-ci.org/fmap/bencoding