soenkehahn / cradle

Rust library for running child processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow an easier way to split strings by whitespace when using the `Input::run...` interface

soenkehahn opened this issue · comments

Options:

  • Add .split() method to Input
  • Add a fn s(x: _) -> Split { Split(x) }
  • Other ideas?