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
Link to this function
parse(data) View Source
Parses a torrent binary and returns a map.
Usage: ParseTorrent.parse(data)
Link to this function
parse!(data) View Source
Parses a torrent binary and returns a map. Will raise if binary is invalid.
Usage: ParseTorrent.parse!(data)