pub enum InputSource {
Stdin,
File(PathBuf),
Directory(PathBuf),
}Expand description
Input sources: local, synchronous, stream-oriented, ordered read. No distributed offsets, no remote coordination.
pub enum InputSource {
Stdin,
File(PathBuf),
Directory(PathBuf),
}Input sources: local, synchronous, stream-oriented, ordered read. No distributed offsets, no remote coordination.