nushell/crates
2024-05-20 00:53:57 +02:00
..
nu_plugin_custom_values Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
nu_plugin_example Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
nu_plugin_formats Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
nu_plugin_gstat Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
nu_plugin_inc Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
nu_plugin_nu_example Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
nu_plugin_polars Add Span merging functions (#12511) 2024-05-16 22:34:49 +00:00
nu_plugin_python Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
nu_plugin_query Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
nu_plugin_stress_internals Upgrade to interprocess 2.0.0 (#12729) 2024-05-02 22:31:33 -07:00
nu-cli README nu-cli 2024-05-19 22:13:05 +02:00
nu-cmd-base README rest 2024-05-19 22:35:52 +02:00
nu-cmd-dataframe Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
nu-cmd-extra Include README in lib.rs files 2024-05-19 22:12:56 +02:00
nu-cmd-lang Include README in lib.rs files 2024-05-19 22:12:56 +02:00
nu-cmd-plugin Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
nu-color-config README rest 2024-05-19 22:35:52 +02:00
nu-command README rest 2024-05-19 22:35:52 +02:00
nu-engine README rest 2024-05-19 22:35:52 +02:00
nu-explore README rest 2024-05-19 22:35:52 +02:00
nu-glob Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
nu-json Fix nu-json README code fence 2024-05-20 00:53:57 +02:00
nu-lsp Fix external link 2024-05-19 22:36:59 +02:00
nu-parser Include README in lib.rs files 2024-05-19 22:12:56 +02:00
nu-path Include README in lib.rs files 2024-05-19 22:12:56 +02:00
nu-plugin Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
nu-plugin-core Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
nu-plugin-engine Make get_full_help take &dyn Command (#12903) 2024-05-19 19:56:33 +02:00
nu-plugin-protocol Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
nu-plugin-test-support Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
nu-pretty-hex Bump version to 0.93.1 (#12710) 2024-05-01 17:19:20 -05:00
nu-protocol Fix broken intradoc links ByteStream 2024-05-19 22:13:22 +02:00
nu-std Include README in lib.rs files 2024-05-19 22:12:56 +02:00
nu-system README nu-system 2024-05-19 22:25:34 +02:00
nu-table README nu-table 2024-05-19 22:21:46 +02:00
nu-term-grid README rest 2024-05-19 22:35:52 +02:00
nu-test-support README rest 2024-05-19 22:35:52 +02:00
nu-utils README nu-utils 2024-05-19 22:22:14 +02:00
nuon Nuon readme precision 2024-05-19 22:15:48 +02:00
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.