-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Refactor: Reduce Code Repetition
Currently there is significant code duplication (especially for Owned + Ref types) that could be removed.
Notes
This improvement would:
- Reduce boilerplate code
- Ensure consistent implementations across similar types
- Make the codebase more maintainable
Rust macros could be a good solution for this!
Metadata
Metadata
Assignees
Labels
No labels