mirror of
https://github.com/danbulant/nushell
synced 2026-05-23 06:19:25 +00:00
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.
2 lines
49 B
Rust
2 lines
49 B
Rust
pub mod build_plugin;
|
|
pub(crate) mod run_plugin;
|