Skip to content

Bencode encoder and decoder in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

murarth/bencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bencode

Decoder and encoder of the Bencode format for the Rust programming language.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies.bencode]
git = "https://github.com/murarth/bencode"

And this to your crate root:

extern crate bencode;

About

Bencode encoder and decoder in Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages