page-turner 1.0.0

A generic abstraction of APIs with pagination
Documentation
1
2
Allows to iterate over individual page items instead of whole pages if
`PageItems` is a container type(yields `String` if `PageItems = Vec<String>`).