nlfiedler / fastcdc-rs

FastCDC implementation in Rust

Home Page:https://crates.io/crates/fastcdc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doc: make it clear the iterator returns Chunks

nlfiedler opened this issue · comments

The connection between the FastCDC struct, the Iterator, and the type of its Item is not clear at all, need some explanation to tie it together. Add a code example to the FastCDC struct to show the basic operation.

Fixed in commit ffeff2c