Module git_features::iter
source · Expand description
Structs
An iterator over chunks of input, producing
Vec<Item>
with a size of size
, with the last chunk being the remainder and thus
potentially smaller than size
.