Expand description
Utility modules.
Re-exports§
pub use debug::init_debug_logging;pub use debug::is_debug_enabled;pub use debug::SRT_DEBUG_ENV;pub use path::contains_glob_chars;pub use path::expand_home;pub use path::is_symlink_outside_boundary;pub use path::normalize_case_for_comparison;pub use path::normalize_path_for_sandbox;pub use path::remove_trailing_glob_suffix;pub use platform::current_platform;pub use platform::get_arch;pub use platform::get_wsl_version;pub use platform::is_linux;pub use platform::is_macos;pub use platform::Platform;pub use ripgrep::check_ripgrep;pub use ripgrep::find_dangerous_files;pub use shell::join_args;pub use shell::quote;pub use shell::split_args;