diesel_cli_ext icon indicating copy to clipboard operation
diesel_cli_ext copied to clipboard

Suggestion: per-table derive modification

Open Boscop opened this issue 5 years ago • 0 comments

Related to https://github.com/abbychau/diesel_cli_ext/issues/30 and https://github.com/abbychau/diesel_cli_ext/issues/27. It would be nice if one could modify the derives for certain tables! In a add/remove kind of way: --derive-mod "table_name +AdditionalTrait" --derive-mod "table_name -DontDeriveThisTrait" This modifies the list of derives specified with -d, for the given table_name's struct.

Boscop avatar Nov 21 '19 14:11 Boscop