A lot of structs within LibAFL implement Named. And all of those are done manually, leading to a lot of code duplication. Would it make sense to create a derive macro that implements it based on the struct name?
Is there a reason this doesn't exist already?
A lot of structs within LibAFL implement
Named. And all of those are done manually, leading to a lot of code duplication. Would it make sense to create a derive macro that implements it based on the struct name?Is there a reason this doesn't exist already?