loadTorrent

Parse a .torrent file from its raw bencoded buffer into a TorrentInfo. Equivalent to libtorrent constructing a torrent_info from a buffer, which is the core of load_torrent_buffer minus the session-level drain. Identical to TorrentInfo.parse; provided under the load_torrent name for parity with the C++ API surface.