cycle_cursor

Crates.iocycle_cursor
lib.rscycle_cursor
version0.1.1
sourcesrc
created_at2024-09-11 11:07:06.773803
updated_at2024-09-11 13:14:24.644338
descriptionCyclic cursor implementation over generic iterators
homepagehttps://www.passeriform.com/prod/cycle_cursor.rs
repositoryhttps://github.com/Passeriform/cycle_cursor.rs
max_upload_size
id1371844
size57,837
Utkarsh Bhardwaj (Passeriform)

documentation

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.

Commit count: 0

cargo fmt