Hi,
I am using for subprocess execution rust-subprocess-communicate however this is far from easy and straightforward mainly when you use lots of subprocess execution. In Python, plumbum is spectacular. Using it is incredibly easy and straightforward and the way it allows you to use pipes, redirection, etc is pretty impressive.
i wonder if there's already something similar with rust and if not, if someone sees any issues with creating something similar in a statically typed language like rust?
Kind regards,
Paulo Matos