#iterator #ownership #clone #shared #ones #clonable #dependency-free

nightly clonable-iterator

Dependency-Free Library to make most non-Clonable Iterators in Rust into Clonable ones by use of shared ownership

1 unstable release

0.1.0 Dec 7, 2021

#2 in #clonable

MIT license

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

No runtime deps