-
- Downloads
Have `Function::execute()` accept iterators instead of slices
So that way, you don't need to collect other iterators into Vecs to save allocation
Showing
- src/lib/builtins/mod.rs 1 addition, 1 deletionsrc/lib/builtins/mod.rs
- src/lib/shell/binary/prompt.rs 1 addition, 1 deletionsrc/lib/shell/binary/prompt.rs
- src/lib/shell/flow_control.rs 9 additions, 4 deletionssrc/lib/shell/flow_control.rs
- src/lib/shell/fork_function.rs 7 additions, 2 deletionssrc/lib/shell/fork_function.rs
- src/lib/shell/job.rs 7 additions, 2 deletionssrc/lib/shell/job.rs
- src/lib/shell/mod.rs 9 additions, 5 deletionssrc/lib/shell/mod.rs
- src/lib/shell/pipe_exec/mod.rs 15 additions, 9 deletionssrc/lib/shell/pipe_exec/mod.rs
Loading
Please register or sign in to comment