Closed
Description
Both auto_encode and deriving.rs do similar things and share various similar routines. We should probably write a "deriving utility library" that they can all use. Deriving already seems to be factored in this way, so maybe it's just a matter of making auto_encode use the routines found there.