Expand description
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.
Re-exports§
pub use locale::get_system_locale;pub use utils::enable_vt_processing;pub use utils::get_default_config;pub use utils::get_default_env;pub use utils::get_ls_colors;pub use utils::stderr_write_all_and_flush;pub use utils::stdout_write_all_and_flush;pub use emoji::contains_emoji;pub use filesystem::users;
Modules§
Macros§
Structs§
- A container that transparently shares a value when possible, but clones on mutate.
Traits§
Functions§
- Removes ANSI escape codes and some ASCII control characters
- Removes ANSI escape codes and some ASCII control characters
- Removes ANSI escape codes and some ASCII control characters
- Removes ANSI escape codes and some ASCII control characters