You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Page_turner' crate helps to abstract away any sort of pagination and allows you to work with such APIs uniformly with the help of async streams. All you need to do is to implement the PageTurner trait.
https://docs.rs/page-turner/latest/page_turner/
Sounds interesting, maybe this could be useful?
The text was updated successfully, but these errors were encountered: