nushell/crates/nu-protocol
2024-12-15 18:45:05 -08:00
..
src Rollback retain_result_set_pwd() and fetch_result() design, too complex to implemente and use, over design? Alter to add_env_var_with_result() to directly get result. 2024-12-15 18:45:05 -08:00
tests add function to make env vars case-insensitive (#14390) 2024-12-03 20:47:58 -06:00
Cargo.toml Refactor done 2024-12-08 22:12:52 -08: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.