remi-dupre / aoc

A macro which defines a handful main for the Advent of Code
Apache License 2.0
35 stars 7 forks source link

Add feature flags for heavy dependancies #3

Closed remi-dupre closed 3 years ago

remi-dupre commented 3 years ago

At least criterion is an heavy dependency which should have a feature flag to be disabled, it makes this crate unreasonably long to compile for someone who is not interested in this.

Maybe some clap features could also be disabled for a very slight improvement.

I'm not sure what should be enabled by default or not though ^^'

remi-dupre commented 3 years ago

Fixed by #9