c12i / mpesa-rust

A MPESA API sdk in Rust
https://c12i.github.io/mpesa-rust/mpesa/index.html
MIT License
43 stars 14 forks source link

Use the `typed_builder` for creation of builders for the services #65

Closed itsyaasir closed 9 months ago

itsyaasir commented 1 year ago

I have done some research on a suitable pattern that can be used for the project, this will get rid of loads of boilerplate code in our code.

typed_builder

What do you think @collinsmuriuki ?

itsyaasir commented 9 months ago

This task is being worked on!