tracing_core::stdlib::path

Constant MAIN_SEPARATOR_STR

1.68.0 ยท source
pub const MAIN_SEPARATOR_STR: &'static str;
Expand description

The primary separator of path components for the current platform.

For example, / on Unix and \ on Windows.