Add support for BTv2 magnet links

This commit is contained in:
Joshua Abraham 2023-12-24 16:53:02 -06:00
parent 1157866152
commit 0836b651a7
21 changed files with 236 additions and 157 deletions

View file

@ -1,6 +1,6 @@
pub mod constants;
pub mod directories;
pub mod id20;
pub mod hash_id;
pub mod lengths;
pub mod magnet;
pub mod peer_id;