Open AlisCode opened 5 years ago
This PR refactors the parsing of macro attributes (both aoc and aoc_generator ) to use the darling helper crate, allowing for :
aoc
aoc_generator
darling
We might need to remove unused functions since this replaces the previous implementation.
This PR refactors the parsing of macro attributes (both
aoc
andaoc_generator
) to use thedarling
helper crate, allowing for :We might need to remove unused functions since this replaces the previous implementation.