mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
ee997ef3dd
removing the `std` feature as well would drop some dependencies tied to `rust_decimal` from the `Cargo.lock` but unclear to me what the actual impact on compile times is. We may want to consider dropping the `byte-unit` dependency altogether as we have a significant fraction of our own logic to support the byte units with 1024 and 1000 prefixes. Not sure which fraction is covered by us or the dependency. |
||
---|---|---|
.. | ||
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.