deltoid 0.3.0

A library to calculate and apply deltas to structs and enums
Documentation
[dependencies.chrono]
features = ["serde"]
optional = true
version = "0.4"

[dependencies.serde]
features = ["rc"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[features]
snapshot = ["chrono"]

[package]
authors = ["Joey Ezechiels <joey.ezechiels@gmail.com>"]
description = "A library to calculate and apply deltas to structs and enums"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "deltoid"
repository = "https://github.com/jjpe/deltoid"
version = "0.3.0"