text_io 0.1.3

really simple to use panicking input functions
Documentation
{
  "cmd": "cargo",
  "name": "cargo",
  "args": ["test"],
  "sh": true,
  "cwd": "{PROJECT_PATH}",
  "env": {"RUST_BACKTRACE": "1"},
  "errorMatch": ["(?<file>.+.rs):(?<line>\\d+):(?<col>\\d+):",
                 "(abcdefg)"]
}