torrust-serde-bencode

Crates.iotorrust-serde-bencode
lib.rstorrust-serde-bencode
version0.2.3
sourcesrc
created_at2023-09-25 14:37:23.486544
updated_at2023-09-25 14:37:23.486544
descriptionA Serde backed Bencode encoding/decoding library for Rust.
homepage
repositoryhttps://github.com/torrust/torrust-serde-bencode
max_upload_size
id982775
size59,816
Cameron Garnham (da2ce7)

documentation

https://docs.rs/torrust-serde-bencode/

README

Torrust Serde Bencode

A Serde backed Bencode encoding/decoding library for Rust.

Forked from: https://github.com/toby/serde-bencode due to inactivity in upstream repo.

Installation

Add the following to your Cargo.toml:

[dependencies]
torrust-serde-bencode = "^0.2.3"
serde = "^1.0.0"
serde_derive = "^1.0.0"

Usage

This is an abbreviated .torrent parsing example from examples/parse_torrent.rs. If you compile this crate as a binary, it will print metadata for any Torrent sent to stdin.

Commit count: 96

cargo fmt