15 个版本
使用旧的 Rust 2015
0.1.16 | 2017 年 4 月 1 日 |
---|---|
0.1.15 | 2016 年 12 月 24 日 |
0.1.14 | 2016 年 10 月 27 日 |
0.1.12 | 2015 年 5 月 15 日 |
0.1.1 | 2014 年 12 月 27 日 |
#2224 在 编码
46 次每月下载
在 2 crates 中使用
90KB
2K SLoC
Rust Bencode
使用 Rust 编写的 Bencode 编码实现。
什么是 Bencode?
它是 BitTorrent 文件共享系统使用的编码。更多信息请见 wikipedia。
使用此库
将以下内容添加到您的 Cargo.toml
[dependencies.bencode]
git = "https://github.com/arjantop/rust-bencode.git"
文档
在 docs.rd
贡献
git clone https://github.com/arjantop/rust-bencode
cd rust-bencode
make
依赖
~575KB
~10K SLoC