BitTorrentFile
A library to work with the BitTorrent file format.
Description
This library allows to parse BitTorrent files using the BitTorrent
specification of versions 1 and 2.
The BitTorrent file format was introduced with the appearance of the
BitTorrent protocol.
This format is as weird and as stupid as the BitTorrent protocol and the
bencode encoding.
More information about the BitTorrent can be found on its website:
https://www.bittorrent.org/.
Importing
import "github.com/vault-thirteen/BitTorrentFile"
Tools
Auxiliary tools are available in the tools folder.