bincode_ext 0.0.7

Types & functions to extend the functionality of bincode.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bincode"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6a120d2e16b3e1b4a24bd70f23b12d3e16b81f113364a26935f8db7245452d"

[[package]]
name = "bincode_ext"
version = "0.0.7"
dependencies = [
 "bincode",
 "rustc-serialize",
]

[[package]]
name = "rustc-serialize"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe834bc780604f4674073badbad26d7219cadfb4a2275802db12cbae17498401"