bip_bencode 0.1.2

Efficient decoding and encoding for bencode
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name          = "bip_bencode"

version       = "0.1.2"

description   = "Efficient decoding and encoding for bencode"



authors       = ["Andrew <amiller4421@gmail.com>"]



homepage      = "https://github.com/GGist/bip-rs"

repository    = "https://github.com/GGist/bip-rs/tree/master/bip_bencode"

documentation = "http://ggist.github.io/bip-rs/bip_bencode/index.html"



keywords      = ["bencode", "bittorrent"]



license       = "MIT/Apache-2.0"



[features]

unstable      = []