nushell/crates/nu-protocol/README.md

3 lines
277 B
Markdown
Raw Normal View History

2021-09-02 03:29:43 +02: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.