torq 0.1.0

a tiny torrent parser. built on top of Benko
Documentation
  • Coverage
  • 80%
    12 out of 15 items documented0 out of 0 items with examples
  • Size
  • Source code size: 232.96 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tijb

Torrent

A torrent library written from scratch in rust.

Structure

  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.

TODO

  • proof of concept
  • implement proper errors
  • a bunch of unit tests