lesurp / OptionalStruct

Macro copying a struct with Option fields. Useful for config initialization
Apache License 2.0
36 stars 13 forks source link

Add support for tuple structs #4

Closed lesurp closed 1 year ago

lesurp commented 7 years ago
struct FooBar(u32, u64);

Trivial to implement, but to what end ?

lesurp commented 1 year ago

fixed by #15