1 unstable release
0.1.0 | Dec 7, 2021 |
---|
#5 in #clonable
9KB
193 lines
Clonable Iterator in Rust
Dependency-Free Library to make most non-Clonable Iterators in Rust into Clonable ones by use of shared ownership
lib.rs
:
Dependency-Free Iterator Extension Trait with accompanying struct to make !Clone Iterators with Clone elements into a Clone Iterator