octocrab
octocrab copied to clipboard
Refactor with builder procedural macro
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.