nu-protocol

Crates.ionu-protocol
lib.rsnu-protocol
version0.95.0
sourcesrc
created_at2019-12-17 17:37:43.705542
updated_at2024-06-25 19:12:01.196426
descriptionNushell's internal protocols, including its abstract syntax tree
homepage
repositoryhttps://github.com/nushell/nushell/tree/main/crates/nu-protocol
max_upload_size
id190054
size887,921
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: 9074

cargo fmt