ahkrr 74b812228c
upgrade dependencies (#4116)
* remove unused dependencies

* upgrade dependency bytes 0.5.6 -> 1.1.0

* upgrade dependency heapless 0.6.1 -> 0.7.8

* upgrade dependency image 0.22.4 -> 0.23.14

* upgrade dependency mp4 0.8.2 -> 0.9.0

* upgrade dependency bson 0.14.1 -> 2.0.1

Bson::Undefined, Bson::MaxKey, Bson::MinKey and Bson::DbPointer
weren't present in the previous version.

Co-authored-by: ahkrr <alexhk@protonmail.com>
2021-11-14 19:32:21 +13:00
..
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-11-14 19:32:21 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-11-14 19:32:21 +13:00
2021-11-14 19:32:21 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00
2021-10-27 08:36:41 +13:00

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 differnt capabilities like working with different file types, charting, viewing binary data, and more.