An open API service indexing awesome lists of open source software.

https://github.com/passeriform/cycle_cursor_rs

Cyclic bidirectional cursor implementation over generic iterators
https://github.com/passeriform/cycle_cursor_rs

Last synced: 11 months ago
JSON representation

Cyclic bidirectional cursor implementation over generic iterators

Awesome Lists containing this project

README

          

# Cycle Cursor

Cyclic cursor implementation over generic iterators. Provides seek and peek methods.

This crate is logically a combination of `DoubleEndIterator` and `Cursor` traits providing double iterators from doubly linked lists with cursor from `TableLike`.

Find complete documentation check [here](https://docs.rs/cycle_cursor/latest/cycle_cursor/).