1个不稳定版本

0.1.0 2021年1月24日

#20 in #en

Unlicense OR MIT

230KB
133

BitTorrent

使用Rust从头编写的一个BitTorrent库。

中定义的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.

待办事项

  • 概念证明
  • 实现适当的错误处理
  • 大量单元测试

依赖项