nushell/crates/nu-protocol/src/value
Reilly Wood ddb7e4e179
Check ctrl+c when collecting a RawStream (#8020)
I noticed that `open some_big_file | into binary` cannot be cancelled
with `ctrl+c`.

This small PR fixes that by checking `ctrl+c` in
`RawStream::into_bytes()`, and does the same in
`RawStream::into_string()` for good measure.
2023-02-10 20:23:46 +13:00
..
custom_value.rs
from_value.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
from.rs
lazy_record.rs LazyRecord (#7619) 2023-01-18 19:27:26 -08:00
mod.rs Make ++ operator work with strings and binary values (#8017) 2023-02-10 07:52:10 +13:00
range.rs Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
stream.rs Check ctrl+c when collecting a RawStream (#8020) 2023-02-10 20:23:46 +13:00
unit.rs