Crates.io | hightorrent |
lib.rs | hightorrent |
version | 0.2.0 |
source | src |
created_at | 2022-12-22 17:02:45.117731 |
updated_at | 2024-09-02 17:35:00.833849 |
description | High-level torrent library which supports Bittorrent v1, v2 and hybrid torrents |
homepage | |
repository | |
max_upload_size | |
id | 744025 |
size | 227,364 |
HighTorrent is a library which contains high-level data structures and functions to study and interact with Bittorrent v1 and v2 torrents. HighTorrent does not aim to be featureful, but rather to be super easy to use and interoperate with more advanced torrent software, and completely impossible to misuse.
Note that HighTorrent is not a networked library. It will not provide any utilities for querying the DHT and/or downloading torrents. HighTorrent is much lower in the stack.
We mostly provide utilities to extract name and hash from torrents/magnets, using the
MagnetLink
and TorrentFile
structures, but could provide more advanced utilities in the future (PRs welcome).
Additionally, we provide the Torrent
struct and the
IntoTorrent
trait representing fully-loaded torrents. These
helpers are intended to be used by more diverse torrenting libraries to provide
interoperability out-of-the-box.
Finally, the SingleTarget
and
MultiTarget
structures represent one or more torrents you wish to
interact with. The contained stringy value is ambiguous, and can represent either a precise
InfoHash
or a libtorrent-compatible TorrentID
(truncated hash).
Do you know other related Rust projects? Please let us know.
This library was developed as part of the TorrentManager project, because there was no high-level library to read magnet links and torrent files that would support Bittorrent v2 torrents. New features will be added as they are required by the larger project, but suggestions are welcome if this library can benefit other people and projects as well.
GNU AGPL v3