Crates.io | bdecode |
lib.rs | bdecode |
version | 0.1.0 |
source | src |
created_at | 2020-10-26 22:40:44.400956 |
updated_at | 2020-10-26 22:40:44.400956 |
description | A Bencode decoder in Rust which uses the same algorithm as libtorrent. |
homepage | |
repository | https://github.com/ArniDagur/rust-bdecode |
max_upload_size | |
id | 305773 |
size | 10,094,140 |
memchr
crate.Documentation can be found at https://docs.rs/bdecode
Add this to your Cargo.toml
:
[dependencies]
bdecode = "0.1"
and this to your crate root (if you're using Rust 2015):
extern crate bdecode;
This project is licensed under either of
at your option.