Crates.io | cycle_cursor |
lib.rs | cycle_cursor |
version | 0.1.1 |
source | src |
created_at | 2024-09-11 11:07:06.773803 |
updated_at | 2024-09-11 13:14:24.644338 |
description | Cyclic cursor implementation over generic iterators |
homepage | https://www.passeriform.com/prod/cycle_cursor.rs |
repository | https://github.com/Passeriform/cycle_cursor.rs |
max_upload_size | |
id | 1371844 |
size | 57,837 |
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 .