Serde serialize and deserialize support.

This commit is contained in:
2018-01-05 21:20:28 +01:00
parent 60ccc7cce1
commit 825910c778
2 changed files with 88 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ authors = ["logaritmisk <anders.e.olsson@gmail.com>"]
[dependencies]
unreachable = "1.0"
serde = "1.0"
[profile.release]
lto = true