Function path_separator

Source
pub fn path_separator() -> &'static str
Expand description

Platform-specific utilities for handling cross-platform differences

This module centralizes platform detection and platform-specific behavior to ensure consistent handling across Windows, macOS, and Linux.

Get the appropriate PATH environment variable separator for the current platform