# 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/).