cycle_cursor 0.1.0

Cyclic cursor implementation over generic iterators
Documentation
cycle_cursor-0.1.0 has been yanked.

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.