2 unstable releases
0.3.0 | Feb 5, 2024 |
---|---|
0.2.0 | Feb 4, 2024 |
#2480 in Encoding
14KB
293 lines
bee_code
A Rust library for encoding and decoding bencode. Bencode is a simple encoding scheme, originating with the BitTorrent peer-to-peer system.
lib.rs
:
'bee_code' is a library providing methods for encoding and decoding bencoded data - a format used in .torrent files and communication with trackers.