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

Code Quality, Tests, Documentation #9

Closed Srylax closed 1 year ago

Srylax commented 1 year ago

Linked Items

Fixes #8

Description

To support possible Future Features, the internal code first needs to be refactored. This ticket only modifies internal Code and has no API changes. There is still an lack of error handling by using unwraps everywhere. But because this would be a breaking changes this will be addressed in a future Ticket.

Behaviour changes

No public breaking API changes

Category

This is related to a:

Tests