torrust-tracker-contrib-bencode

Crates.iotorrust-tracker-contrib-bencode
lib.rstorrust-tracker-contrib-bencode
version3.0.0
sourcesrc
created_at2023-09-15 20:56:24.592472
updated_at2024-10-03 09:52:12.20917
description(contrib) Efficient decoding and encoding for bencode.
homepagehttps://torrust.com/
repositoryhttps://github.com/torrust/bittorrent-infrastructure-project
max_upload_size
id973945
size89,954
Jose Celano (josecelano)

documentation

https://docs.rs/crate/torrust-tracker/

README

Bencode

This library allows for the creation and parsing of bencode encodings.

Bencode is the binary encoding used throughout bittorrent technologies from metainfo files to DHT messages. Bencode types include integers, byte arrays, lists, and dictionaries, of which the last two can hold any bencode type (they could be recursively constructed).

Commit count: 498

cargo fmt