~grego/serde-cmd

Make make_command implementation work with borrowed command
Add make_command method to turn Cmd into an actual command

Also implement From<ArgIter> for Cmd, for both borrowed and owned variant.
Derive Clone for Cmd and ArgIter
Finish the implementation, add tests and documentation

Add separate fields for a path and arguments.
Make zero-copy version work properly even when copying is necessary.
Initial commit