Skip to content

Serde backed Bencode encoding/decoding library for Rust.

License

Notifications You must be signed in to change notification settings

absporl/serde-bencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torrust Serde Bencode

Checking Formatting Testing Benchmarking Coverage

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.

Benchmarking

cargo bench

About

Serde backed Bencode encoding/decoding library for Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%