torq

Crates.iotorq
lib.rstorq
version0.1.0
sourcesrc
created_at2021-01-28 02:57:17.935565
updated_at2021-01-28 02:57:17.935565
descriptiona tiny torrent parser. built on top of Benko
homepage
repositoryhttps://github.com/sveppa/torq
max_upload_size
id347532
size233,124
tim bangma (tijb)

documentation

README

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
Commit count: 0

cargo fmt