mirror of
https://github.com/nushell/nushell.git
synced 2025-05-12 05:54:27 +02:00
# Description Move clear jobs to _after_ traversing them, in order to kill them. # User-Facing Changes None # Tests + Formatting It looks like it's only used once, in crates/nu-engine/src/exit.rs |
||
---|---|---|
.. | ||
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.