Closed wprzytula closed 2 months ago
cargo semver-checks
detected some API incompatibilities in this PR.
Checked commit: d47aa812a3f1535620ee548030c2433a81326878
See the following report for details:
v1.1: reverted paging_state.clone()
to paging_state.take()
in iterator.
v1.1.1: fixed tests in QueryResult.
v1.2: rebased on main.
v1.2.1: fixed compile error on MSRV due to:
error[E0277]: the trait bound `[u8]: Default` is not satisfied
This PR consists the first bunch of minor preparatory steps for the main leap of the deserialization refactor, extracted from #1057 as @Lorak-mmk requested.
For explanation and broader context see #1057. Ref: #462
Pre-review checklist
[ ] I added relevant tests for new features and bug fixes.[ ] I have adjusted the documentation in./docs/source/
.[ ] I added appropriateFixes:
annotations to PR description.