gobanos / cargo-aoc

447 stars 47 forks source link

Better error messages + Cleaner macro attributes parsing using Darling #31

Open AlisCode opened 5 years ago

AlisCode commented 5 years ago

This PR refactors the parsing of macro attributes (both aoc and aoc_generator ) to use the darling helper crate, allowing for :

We might need to remove unused functions since this replaces the previous implementation.