nushell/crates/nu-utils
sholderbach 49679741f7 Bump version for 0.101.0 release
It's palindromic!
2024-12-19 14:20:53 +01:00
..
src Bump version for 0.101.0 release 2024-12-19 14:20:53 +01:00
.gitignore
Cargo.toml Bump version for 0.101.0 release 2024-12-19 14:20:53 +01:00
LICENSE
README.md Add top-level crate documentation/READMEs (#12907) 2024-07-14 10:10:41 +02:00

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.