This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK we recommend visiting Docs.rs and looking up the docs for any of libraries in the SDK.
MIT License
714
stars
248
forks
source link
Move `Pager` to `azure_core` since it's Azure-specific #1909
As came up during a REST API LT meeting, paging is Azure-specific and the Pager<T> should be moved back into azure_core. Will have to see how that impacts the overall response model i.e., does it try to create any pager when deserializing? I'm pretty sure not, but use it as an example of things to check. /cc @jhendrixMSFT @JeffreyRichter
As came up during a REST API LT meeting, paging is Azure-specific and the
Pager<T>
should be moved back intoazure_core
. Will have to see how that impacts the overall response model i.e., does it try to create any pager when deserializing? I'm pretty sure not, but use it as an example of things to check. /cc @jhendrixMSFT @JeffreyRichter