mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 06:58:36 +02:00
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.
This commit is contained in:
@ -24,4 +24,5 @@ pub use crate::value::did_you_mean::did_you_mean;
|
||||
pub use crate::value::primitive::Primitive;
|
||||
pub use crate::value::primitive::{format_date, format_duration, format_primitive};
|
||||
pub use crate::value::range::{Range, RangeInclusion};
|
||||
pub use crate::value::value_structure::{ValueResource, ValueStructure};
|
||||
pub use crate::value::{merge_descriptors, UntaggedValue, Value};
|
||||
|
Reference in New Issue
Block a user