michis_collection_cursor 0.1.3

A cursor which wraps an indexable collection, providing a movable position which points to an index of the collection. Useful for things like history, undo-redo systems, or timelines.
Documentation
1
2
3
4
5
6
7
test:
	cargo test --no-default-features
	cargo test
	cargo test --all-features

test-coverage:
	cargo tarpaulin --all-features