serde_roundtrip 0.1.0

A trait for when serde supports serializing at one type and deserializing as another.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "serde_roundtrip"
version = "0.1.0"
authors = ["ajeffrey@mozilla.com"]
repository = "https://github.com/asajeffrey/serde_roundtrip"
description = "A trait for when serde supports serializing at one type and deserializing as another."
keywords = ["serde","serialization"]
license = "MPL-2.0"

[lib]

[dependencies]
serde = "0.9"

[dev-dependencies]
serde_derive = "0.9"
serde_json = "0.9"
serde_roundtrip_derive = {version = "0.1", path ="./serde-roundtrip-derive"}