2 releases
Uses old Rust 2015
0.0.3 | May 23, 2015 |
---|---|
0.0.2 | May 23, 2015 |
#33 in #bencode
11KB
187 lines
rust-bencode
Bencode parser implementation in Rust language
Currently it's in development. More info is coming soon
lib.rs
:
A module, providing way to parse Bencoded files (e.g. torrent files).
Contains all types of elements (BNumber
, BList
, BDictionary
, BString
), which
have trait BElement
with decoding functionality.
Dependencies
~330–560KB