Srylax / mongodb-cursor-pagination

Provides cursor based pagination for the native MongoDB driver in Rust.
https://docs.rs/mongodb-cursor-pagination/
MIT License
2 stars 4 forks source link

Better Error Handling #10

Closed Srylax closed 1 year ago

Srylax commented 1 year ago

Is your feature request related to a problem?

Continuation of #8

Provide a detailed description of the proposed feature

Currently there are a lot of unwraps and expects. This will break Public API.