nushell/crates/nu-protocol
2022-02-07 10:04:38 -05:00
..
src tests pass 2022-02-07 09:59:48 -05:00
tests Merge engine-q into Nushell 2022-02-07 09:18:15 -05:00
Cargo.toml 0.59 instead 2022-02-07 10:04:38 -05:00
README.md Merge engine-q into Nushell 2022-02-07 09:18:15 -05: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.