distil / diffus

Apache License 2.0
48 stars 6 forks source link

#[derive(Difference)] instead of #[derive(Diffus)] #84

Open gardell opened 4 years ago

gardell commented 4 years ago

Common pattern like Serialize, Deserialize etc.

Makes #[derive(diffus_derive::Difference)] clear that it's using diffus to make the type diffable

Jim-Holmstroem commented 4 years ago

totally agree with this :)