dermesser / yup-oauth2

An oauth2 client implementation providing the Device, Installed, Service Account, and several more flows.
https://docs.rs/yup-oauth2/
Apache License 2.0
213 stars 114 forks source link

Drop itertools dependency #228

Closed paolobarbolini closed 3 weeks ago

paolobarbolini commented 3 weeks ago

This drops the itertools dependency in favor of a more efficient implementation based on APIs available through the standard library.