mergeme 0.2.0

A derivable trait that assists with merging data together
Documentation
1
2
3
4
5
6
7
use mergeme::Merge;

#[derive(Merge)]
#[partial(PartialUnitStruct)]
struct UnitStruct;

fn main() {}