parse_torrent v0.2.0 ParseTorrent

Summary

Functions

Parses a torrent binary and returns a map

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

Functions

parse(data)

Parses a torrent binary and returns a map.

Usage: ParseTorrent.parse(data)

parse!(data)

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

Usage: ParseTorrent.parse!(data)