/torcode

Basic Bencode and Torrent format parser

Primary LanguageRustMIT LicenseMIT

Torcode

Build & Test

Description

Light library to parse Bencode and Torrent files.

Installation

In Cargo.toml file add:

[dependencies]
torcode = { git = "https://github.com/d0rj/torcode" }