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

Update Documentation #7

Closed Srylax closed 1 year ago

Srylax commented 1 year ago

Linked Items

Fixes #6

## Description To prevent the introduction Example get out of sync with the code, the example was moved to the lib.rs and runs now as Doctest. ## Behaviour changes None ## Category This is related to a: - [ ] Bugfix - [ ] Feature - [ ] Packaging - [x] Docs - [ ] Code Quality - [ ] Refactoring - [ ] Miscellaneous ## Tests - [x] Doc-Tests were created - [ ] Code is already covered by Unit-Tests - [ ] No tests required