Description
A Haskell library for parsing and printing bencoded data. Bencode is the compact data format commonly associated with BitTorrent metadata and related tools.
Developers use it when Haskell software needs to read or write bencoded files or messages. Data from torrents or networks can be untrusted, so parsers should handle malformed input safely.