orx-concurrent-recursive-iter 3.0.0

A concurrent iterator that can be extended recursively by each of its items.
Documentation
1
2
3
use alloc::vec::Drain;

pub type DynChunk<'a, T> = Drain<'a, T>;