nushell/crates
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
..
nu_plugin_binaryview
nu_plugin_chart
nu_plugin_fetch
nu_plugin_from_bson
nu_plugin_from_sqlite
nu_plugin_inc
nu_plugin_match
nu_plugin_post
nu_plugin_ps
nu_plugin_s3
nu_plugin_selector
nu_plugin_start
nu_plugin_sys
nu_plugin_textview
nu_plugin_to_bson
nu_plugin_to_sqlite
nu_plugin_tree
nu_plugin_xpath
nu-cli Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
nu-data
nu-engine Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
nu-errors
nu-json
nu-parser
nu-plugin
nu-protocol Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
nu-source
nu-stream Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
nu-table
nu-test-support
nu-value-ext