cycle_cursor 0.1.1

Cyclic cursor implementation over generic iterators
Documentation
  • Coverage
  • 100%
    9 out of 9 items documented4 out of 7 items with examples
  • Size
  • Source code size: 57.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Passeriform

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.