nushell/crates/nu-protocol
sholderbach e1e32ea8ea Suggested default impl for the new *Stacks
In fact they are currently `Default` (can't use it directly due to
`const`)

Maybe an allow is more appriate for stability but seems benign from my
viewpoint
2024-07-31 13:49:24 +02:00
..
src Suggested default impl for the new *Stacks 2024-07-31 13:49:24 +02:00
tests Avoid clone in Signature::get_positional() (#13338) 2024-07-11 02:14:05 +00:00
Cargo.toml Bump version to 0.96.2 (#13485) 2024-07-29 17:20:55 -07:00
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.