mirror of
https://github.com/nushell/nushell.git
synced 2025-04-27 06:38:21 +02:00
# Description As requested in review on https://github.com/nushell/nushell.github.io/pull/1860 - This adds a reminder comment requesting that contributors update that doc page when adding new constants. # User-Facing Changes None # Tests + Formatting Comment-only # After Submitting This PR should only be merged after https://github.com/nushell/nushell.github.io/pull/1860 is merged into the doc. |
||
---|---|---|
.. | ||
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.