struct-diff 0.2.0

Trait for types that are diffable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "struct-diff"
version = "0.2.0"
authors = ["Alexander Polyakov <aleksandr.polyakov@kupibilet.ru>"]
description = "Trait for types that are diffable"
license = "MIT"
documentation = "https://docs.rs/struct-diff"
repository = "https://github.com/polachok/derive-diff"
keywords = ["diff"]

[dependencies]
chrono = { version = "0.4", features = ["serde"] }