simple_bencode 0.1.1

Simple bencode decoder and decoder, that uses neither rustc-serialize or Serde. Instead, it serializes from / deserializes to a tree using a 4-branch enum.
Documentation
1
2
3
4
5
6
7
8
9
[dependencies]

[package]
authors = ["Valentin Lorentz <progval+git@progval.net>"]
description = "Simple bencode decoder and decoder, that uses neither rustc-serialize or Serde. Instead, it serializes from / deserializes to a tree using a 4-branch enum."
license = "MIT"
name = "simple_bencode"
repository = "https://github.com/rust-fcp/rust-simple-bencode"
version = "0.1.1"