nushell/crates
Reilly Wood 9ae2e528c5
Remove 🆖 comments (#7877)
Noticed several instances of commented out code that should just be
deleted. Also a comment on `eval_external` that was incorrect. All gone
now.
2023-01-27 08:48:31 -05:00
..
nu_plugin_custom_values
nu_plugin_example
nu_plugin_gstat
nu_plugin_inc
nu_plugin_python
nu_plugin_query
nu-cli with the release of rust 1.67, let's bump to 1.66.1 (#7866) 2023-01-26 15:31:17 -06:00
nu-color-config
nu-command with the release of rust 1.67, let's bump to 1.66.1 (#7866) 2023-01-26 15:31:17 -06:00
nu-engine Remove 🆖 comments (#7877) 2023-01-27 08:48:31 -05:00
nu-explore with the release of rust 1.67, let's bump to 1.66.1 (#7866) 2023-01-26 15:31:17 -06:00
nu-glob
nu-json Remove 🆖 comments (#7877) 2023-01-27 08:48:31 -05:00
nu-parser add decimal to SyntaxShape (#7852) 2023-01-25 06:43:22 -06:00
nu-path
nu-plugin
nu-pretty-hex
nu-protocol Remove 🆖 comments (#7877) 2023-01-27 08:48:31 -05:00
nu-system Remove 🆖 comments (#7877) 2023-01-27 08:48:31 -05:00
nu-table Remove 🆖 comments (#7877) 2023-01-27 08:48:31 -05:00
nu-term-grid
nu-test-support Remove 🆖 comments (#7877) 2023-01-27 08:48:31 -05:00
nu-utils
README.md

Nushell core libraries and plugins

These sub-crates form both the foundation for Nu and a set of plugins which extend Nu with additional functionality.

Foundational libraries are split into two kinds of crates:

  • Core crates - those crates that work together to build the Nushell language engine
  • Support crates - a set of crates that support the engine with additional features like JSON support, ANSI support, and more.

Plugins are likewise also split into two types:

  • Core plugins - plugins that provide part of the default experience of Nu, including access to the system properties, processes, and web-connectivity features.
  • Extra plugins - these plugins run a wide range of different capabilities like working with different file types, charting, viewing binary data, and more.