lesurp / OptionalStruct

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

support for cfg? #17

Closed bryanlarsen closed 9 months ago

bryanlarsen commented 1 year ago

If I add #[cfg(target_os = "linux")] to the "bar" member on my struct Foo I get the error no field 'bar' on type 'OptionalFoo' when compiling on MacOS.

lesurp commented 9 months ago

Better late than never :')