base64-serde 0.4.0

Integration between rust-base64 and serde
Documentation

This project provides a way to use rust-base64 to serialize bytes with serde. This is a stopgap solution until serde#1059 is fixed.

For a running example, see the integration tests.