sveppa-torrent

Crates.iosveppa-torrent
lib.rssveppa-torrent
version0.1.0
sourcesrc
created_at2021-01-24 06:40:49.444077
updated_at2021-01-24 06:40:49.444077
descriptionA torrent library from scratch.
homepage
repository
max_upload_size
id345928
size232,712
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