src-dst-clarifier 0.1.0

Given SRC and DST path, handle situations well and produce `Iterator<(reader, writer)>`.
Documentation
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 matcher and (number) range filter to SRC.

    -i "./*.jpg"
    -i "./4???.jpg"
    -i "./{:04d}.jpg"
    -i "./{1..=999:04d}.jpg"
    
  • IO multiple files from Stdio?