JT 475d32045f
Revert "Refactor external command (#6083)" (#6116)
This reverts commit 0646f1118cfe7c8c3cee2a76aa3b02511e979bb2.
2022-07-26 05:37:15 +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.