-
-
Notifications
You must be signed in to change notification settings - Fork 485
Derive Named #2758
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
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?