Modular pagination library.
Lembaran provides utilities for fetching paged responses:
toml
lembaran = { version = "0.2.0", features = ["stream", "ext_http"] }
web_linking
, includes types to extract RFC 8288: Web Linking from HTTP header.ext_http
, includes support for http
crate types, enables web_linking
.ext_http-types
, includes support for http-types
crate types, enables web_linking
.stream
, includes types for creating async stream for paged responses.Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.