Darren Schroeder 4858a9a817
Revert "Add support for optional list stream output formatting (#6325)" (#6454)
This reverts commit ec4e3a6d5c1ee02cf027bec9bb0da6ffd18e45bf.
2022-08-31 18:09:40 -05:00
..
2022-08-18 21:14:17 +12:00
2021-09-02 13:29:43 +12:00

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.