README nu-utils

This commit is contained in:
sholderbach 2024-05-19 22:22:14 +02:00
parent d43f06ef04
commit 7cfb3c8c73

View File

@ -1,3 +1,6 @@
Collection of small utilities that are shared across Nushell crates.
This crate should compile early in the crate graph and thus not depend on major dependencies or core-nushell crates itself.
## Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.