2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-30 22:03:35 +00:00
nushell/crates/nu-engine
2024-10-20 23:12:41 +02:00
..
src Revert PRs for 0.99.1 patch () 2024-10-18 02:51:14 +00:00
Cargo.toml Bump to 0.99.2 () 2024-10-20 23:12:41 +02:00
LICENSE Fix rest of license year ranges () 2023-04-04 09:03:29 +12:00
README.md Add top-level crate documentation/READMEs () 2024-07-14 10:10:41 +02:00

This crate primarily drives the evaluation of expressions.

(Some overlap with nu-protocol)

  • Provides CallExt

Internal Nushell crate

This crate implements components of Nushell and is not designed to support plugin authors or other users directly.