src-dst-clarifier 0.1.0

Given SRC and DST path, handle situations well and produce `Iterator<(reader, writer)>`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.kalavor]
version = "~0.1"

[dependencies.thiserror]
version = "1.0.40"

[package]
authors = ["K--A"]
categories = ["filesystem", "parsing", "command-line-interface"]
description = "Given SRC and DST path, handle situations well and produce `Iterator<(reader, writer)>`."
documentation = "https://docs.rs/src-dst-clarifier"
edition = "2021"
keywords = ["path", "parse", "clarify", "clarifier"]
license = "MIT OR Apache-2.0"
name = "src-dst-clarifier"
readme = "README.md"
repository = "https://github.com/eternal-io/src-dst-clarifier"
version = "0.1.0"