mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
a3702e1eb7
# Description Apart from `polars` (only used with `--features dataframe`) and the dev-dependencies our deps use `indexmap 2.0`. Thus the default or `extra` `cargo build` will reduce deps. This also will help deduplicating `hashbrown` and `ahash`. For #8060 - Bump `indexmap` to 2.0 - Remove unneeded `serde` feature from `indexmap` # User-Facing Changes None |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
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.