nu-protocol

Crates.ionu-protocol
lib.rsnu-protocol
version0.106.1
created_at2019-12-17 17:37:43.705542+00
updated_at2025-07-29 21:26:38.137711+00
descriptionNushell's internal protocols, including its abstract syntax tree
homepage
repositoryhttps://github.com/nushell/nushell/tree/main/crates/nu-protocol
max_upload_size
id190054
size1,258,833
publishing (github:nushell:publishing)

documentation

README

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.

Commit count: 10375

cargo fmt