#iterator #clone #clonable #shared #ownership #most #ones

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

#5 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