1个不稳定版本
0.1.0 | 2021年1月24日 |
---|
#20 in #en
230KB
133 行
BitTorrent
使用Rust从头编写的一个BitTorrent库。
- 使用从头开始的bencode解析器来读取文件。
- 返回一个遵循
中定义的Torrent结构体
src/
lib.rs - the tests are in here.
parser.rs - a bunch of helper functions.
types.rs - the structs and parsing function
that implement the Torrent struct.
待办事项
-
概念证明 - 实现适当的错误处理
- 大量单元测试