src-dst-clarifier-0.1.0 has been yanked.
src-dst-clarifier
(WIP)
Given SRC and DST path, handle situations well and produce Iterator<(reader, writer)>.
See documentation on docs.rs.
TODOs
-
Add
wildcard matcherand(number) range filterto SRC.-i "./*.jpg" -i "./4???.jpg" -i "./{:04d}.jpg" -i "./{1..=999:04d}.jpg" -
IO multiple files from Stdio?