nushell/crates/nu-protocol
sholderbach 4d9c582142 Change a hashmap to make clippy happy
This seems to be a sad false positive, instead I rewrote the function
returning the hashmap to use `&str` keys instead
2024-07-31 13:49:24 +02:00
..
src Change a hashmap to make clippy happy 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 Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00
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.