bincode_ext 0.0.7

Types & functions to extend the functionality of bincode.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
rustc-serialize = "*"

[dev-dependencies]
bincode = "*"

[package]
authors = ["Cody P Schafer <dev@codyps.com>"]
description = "Types & functions to extend the functionality of bincode."
keywords = ["binary", "endian", "encode", "decode"]
license = "MIT"
name = "bincode_ext"
repository = "https://github.com/jmesmon/bincode-ext"
version = "0.0.7"