/// Module for converting bencode data structures into various string formats.
/// Provides different formatting options for serializing bencode data.
/// Module for converting bencode data structures into JSON format.
/// Enables interoperability with JSON-based systems and tools.
/// Module for converting bencode data structures into YAML format.
/// Provides human-readable representation of bencode data.
/// Module for converting bencode data structures into XML format.
/// Enables integration with XML-based systems and tools.
/// Module for converting bencode data structures into TOML format.
/// Enables representation of bencode data in a human-readable configuration format.
/// Visitor pattern interface for format serialization