ParseTorrent v0.3.0 ParseTorrent View Source

A module for convenient .torrent parsing

Link to this section Summary

Functions

Parses a torrent binary and returns a map.

Parses a torrent binary and returns a map. Will raise if binary is invalid.

Link to this section Functions

Parses a torrent binary and returns a map.

Usage: ParseTorrent.parse(data)

Parses a torrent binary and returns a map. Will raise if binary is invalid.

Usage: ParseTorrent.parse!(data)