oconnor663 / duct.rs

a Rust library for running child processes
MIT License
819 stars 34 forks source link

Remove heap allocations from cmd! macro #66

Closed BrainMaestro closed 5 years ago

BrainMaestro commented 5 years ago

I realized that this could actually just use a slice directly.

oconnor663 commented 5 years ago

Damn good point. I'll land this as soon as it passes CI.