octocrab icon indicating copy to clipboard operation
octocrab copied to clipboard

Refactor with builder procedural macro

Open XAMPPRocky opened this issue 5 years ago • 0 comments

Currently there's a lot of boilerplate in octocrab because of the builder pattern requires a lot of it to work properly, however there's no reason other than time and effort to replace the boilerplate with a procedural macro that generates the builder pattern code from the struct itself.

XAMPPRocky avatar May 19 '20 11:05 XAMPPRocky