Crates.io | torq |
lib.rs | torq |
version | 0.1.0 |
source | src |
created_at | 2021-01-28 02:57:17.935565 |
updated_at | 2021-01-28 02:57:17.935565 |
description | a tiny torrent parser. built on top of Benko |
homepage | |
repository | https://github.com/sveppa/torq |
max_upload_size | |
id | 347532 |
size | 233,124 |
A torrent library written from scratch in rust.
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.