gob 0.1.0

serde support for the gob binary format
Documentation
1
2
3
4
5
6
7
# `rust-gob`

_[`serde`](https://serde.rs)-based serialization and deserialization for the [`gob`](https://golang.org/pkg/encoding/gob) binary format_

[![Build Status](https://travis-ci.org/srijs/rust-gob.svg?branch=master)](https://travis-ci.org/srijs/rust-gob)

**Note**: This is currently in an early stage, with a focus on supporting the [`rust-aws-lambda`](https://github.com/srijs/rust-aws-lambda) project. Breaking changes are to be expected.