forked from extern/nushell
ddb7e4e179
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. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE | ||
README.md |
nu-protocol
The nu-protocol crate holds the definitions of structs/traits that are used throughout Nushell. This gives us one way to expose them to many other crates, as well as make these definitions available to each other, without causing mutually recursive dependencies.