Modular pagination library.
Lembaran provides utilities for fetching paged responses:
Tokio
+ reqwest
. [Link]async-std
+ Surf
. [Link]toml
lembaran = { version = "0.1.0", features = ["stream", "http"] }
lembaran_web_linking
, includes types to extract RFC 8288: Web Linking from HTTP header.http
, includes support for http
crate types, enables lembaran_web_linking
.http-types
, includes support for http-types
crate types, enables lembaran_web_linking
.stream
, includes types for creating async stream for paged responses.