#bencode-parser #top #torrent #built #tiny #scratch #benko

torq

一个小型 torrent 解析器。基于 Benko 构建

1 个不稳定版本

0.1.0 2021年1月28日

#6 in #bencode-parser

Unlicense OR MIT

230KB
153 代码行(不含注释)

种子文件

一个从头开始用 Rust 编写的 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

依赖项