Decoder and encoder of the Bencode format for the Rust programming language.
Add this to your Cargo.toml:
[dependencies.bencode]
git = "https://github.com/murarth/bencode"And this to your crate root:
extern crate bencode;| Name | Name | Last commit date | ||
|---|---|---|---|---|
Decoder and encoder of the Bencode format for the Rust programming language.
Add this to your Cargo.toml:
[dependencies.bencode]
git = "https://github.com/murarth/bencode"And this to your crate root:
extern crate bencode;