Remove derive_builder
as a dependency
#240
Labels
breaking-change
Something that will change the code base
core
everything that related to the `mangadex-api` crates
core-types
enhancement
New feature or request
input-types
everything that related to the `mangadex-api-input-types` crates
Milestone
Hello everyone! I'm sure you all doing well.
Anyway, after a long time of learning and practising Rust, I'm finally decided to remove
derive_builder
as a dependency.If you don't know (yet),
derive_builder
is the library that used to build an endpoint struct.It was already mentioned by @gondolyr (the old maintainer) and put in #2 for quite some time now, but back then my Rust skills are poor than now.
What's the plan?
derive_builder
on eachCargo.toml
Normally, when it's done, it should the same syntax as the one that we use now.
The text was updated successfully, but these errors were encountered: