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 SQLite overhaul: custom value, query db command (#5247) 2022-04-20 16:58:21 +12:00
from_value.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
from.rs filesize conversion (#5770) 2022-06-13 14:44:32 -05:00
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 Remove month and year duration constants (#6613) 2022-09-26 09:55:13 +13:00