nushell/crates/nu-protocol
2024-08-22 11:36:32 +02:00
..
src Parse time type checking for range (#13595) 2024-08-13 15:05:34 +08:00
tests
Cargo.toml Bump version to 0.97.2 (#13666) 2024-08-22 11:36:32 +02: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.