Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 526 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 526 Bytes

Torrust Bencode Online

A web application to convert from Bencode format to JSON format and vice versa.

It's a clone of this project: https://github.com/Chocobo1/bencode_online with a few changes.

Features

  • It uses the Torrust crates bencode2json and json2bencode for the conversion.
  • The conversion is done on the client side.
  • It compiles Torrust the crates to WebAssembly, exposing the Bencode-to-JSON conversion functions.