1 个不稳定版本
0.1.0 | 2021年1月28日 |
---|
#6 in #bencode-parser
230KB
153 代码行(不含注释)
种子文件
一个从头开始用 Rust 编写的 torrent 库。
- 使用从头开始的 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.
待办事项
-
原型设计 - 实现正确的错误处理
- 大量单元测试
lib.rs
:
benko
一个从头开始的 torrent 库。参考:https://en.wikipedia.org/wiki/Torrent_file