-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a IdbCursorWithValue::into_vec_values
#39
Comments
Hey, I'm currently rewriting a lot of the crate so I'd avoid making new PRs in the meantime - I'll just take this into account when the PR for that is finally up. I only quickly glanced over the issue and source code just now so might be missing the mark here, but I think the issue might end up just getting closed as part of the redesign. State of the library now:
State I intend:
|
@FirelightFlagboy Your request will be getting implemented indirectly - #40 is getting merged in the next couple of days unless I spot something horribly wrong and, with it, cursors will implement |
Closes #32, #39 BREAKING CHANGE: API redesigned for serde & Stream support & msrv bumped to 1.75. See [MIGRATING/v0.6.0.md](https://github.com/Alorel/rust-indexed-db/blob/v0.6.0/MIGRATING/v0.6.0.md) for details.
Closes #25, #32, #39 BREAKING CHANGE: API redesigned for serde & Stream support & msrv bumped to 1.75. See [MIGRATING/v0.6.0.md](https://github.com/Alorel/rust-indexed-db/blob/v0.6.0/MIGRATING/v0.6.0.md) for details.
Closes #25, #32, #39 BREAKING CHANGE: API redesigned for serde & Stream support & msrv bumped to 1.75. See [MIGRATING/v0.6.0.md](https://github.com/Alorel/rust-indexed-db/blob/v0.6.0/MIGRATING/v0.6.0.md) for details.
Closes #25, #32, #39 BREAKING CHANGE: API redesigned for serde & Stream support & msrv bumped to 1.75. See [MIGRATING/v0.6.0.md](https://github.com/Alorel/rust-indexed-db/blob/v0.6.0/MIGRATING/v0.6.0.md) for details.
Closes #25, #32, #39 BREAKING CHANGE: API redesigned for serde & Stream support & msrv bumped to 1.75. See [MIGRATING/v0.6.0.md](https://github.com/Alorel/rust-indexed-db/blob/v0.6.0/MIGRATING/v0.6.0.md) for details.
Closes #25, #32, #39 BREAKING CHANGE: API redesigned for serde & Stream support & msrv bumped to 1.75. See [MIGRATING/v0.6.0.md](https://github.com/Alorel/rust-indexed-db/blob/v0.6.0/MIGRATING/v0.6.0.md) for details.
Closes #25, #32, #39 BREAKING CHANGE: API redesigned for serde & Stream support & msrv bumped to 1.75. See [MIGRATING/v0.6.0.md](https://github.com/Alorel/rust-indexed-db/blob/v0.6.0/MIGRATING/v0.6.0.md) for details.
Closes #25, #32, #39 BREAKING CHANGE: API redesigned for serde & Stream support & msrv bumped to 1.75. See [MIGRATING/v0.6.0.md](https://github.com/Alorel/rust-indexed-db/blob/v0.6.0/MIGRATING/v0.6.0.md) for details.
This issue has been included in v0.6.0 🎉 - Your friendly neighbourhood 🤖 semantic release bot |
Currently
IdbCursorWithValue
provideinto_vec
method that return aVec
containing theKey-Value
pair.I would like to have something similar that only return the value.
Given the implentation of
into_vec
it seems doable to have something that return directly theself.value()
in the mapper ofhandle_into_vec
.If it's fine for you, I could provide a PR
The text was updated successfully, but these errors were encountered: