read_pipe
Simple Rust crate to read pipes from stdin.
Usage
if let Some = read_pipe
Examples
Input:
|
Output:
Some("Really interesting pipe")
Input:
Output:
None
Simple Rust crate to read pipes from stdin.
if let Some = read_pipe
Input:
|
Output:
Some("Really interesting pipe")
Input:
Output:
None