fish-shell/fish-rust
Henrik Hørlück Berg dceefcdaba Add an appenln method to output_stream_t
This is an alternative to the very common pattern of

```rust
streams.err.append(output);
streams.err.append1('\n');
```

Which has negative performance implications, see https://github.com/fish-shell/fish-shell/pull/9229

It takes `Into<WString>` to hopefully avoid allocating anew when the argument is
a WString with leftover capacity
2023-08-16 18:37:27 +02:00
..
src Add an appenln method to output_stream_t 2023-08-16 18:37:27 +02:00
widestring-suffix Update dependencies for asan to work 2023-06-29 20:02:43 -05:00
build.rs Adopt Rust PosixSpawner 2023-08-12 17:15:21 -07:00
Cargo.lock Use a faster, deterministic RNG in the string escape tests 2023-07-04 13:27:53 -07:00
Cargo.toml Use a faster, deterministic RNG in the string escape tests 2023-07-04 13:27:53 -07:00