nushell/crates/nu-protocol/src/value
Jonathan Turner 93e8f6c05e
Split nu-cli into nu-cli/nu-engine (#2898)
We split off the evaluation engine part of nu-cli into its own crate. This helps improve build times for nu-cli by 17% in my tests. It also helps us see a bit better what's the core engine portion vs the part specific to the interactive CLI piece.

There's more than can be done here, but I think it's a good start in the right direction.
2021-01-10 15:50:49 +13:00
..
column_path.rs Fix typos (#2842) 2021-01-02 17:24:32 +13:00
convert.rs Add some comments (#1225) 2020-01-14 20:38:56 +13:00
debug.rs Rename the Path and Pattern primitives (#2889) 2021-01-08 20:30:41 +13:00
dict.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
did_you_mean.rs did_you_mean without dependency (#2610) 2020-09-29 16:32:29 +13:00
iter.rs Bar Chart baseline. (#2621) 2020-09-30 13:27:52 -05:00
primitive.rs Rename the Path and Pattern primitives (#2889) 2021-01-08 20:30:41 +13:00
range.rs Add more comments (#1228) 2020-01-16 05:28:31 +13:00
serde_bigdecimal.rs Fix reading/writing bigint and bigdecimal (#2893) 2021-01-09 12:53:59 +13:00
serde_bigint.rs Fix reading/writing bigint and bigdecimal (#2893) 2021-01-09 12:53:59 +13:00
value_structure.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00