Module platform

Module platform 

Source
Expand description

Platform-specific operations module Platform-specific path handling operations

This module provides traits and structures for handling platform-specific path operations, file attributes, and disk information.

It abstracts away the differences between Windows and Unix-like systems, allowing for uniform access to filesystem metadata.

Re-exports§

pub use unix::UnixPathExt;

Modules§

unix
Unix-specific path handling implementation

Structs§

DiskInfo
Disk information structure
FileAttributes
File attributes structure

Traits§

PathExt
Platform extension trait
PlatformPath
Platform-specific path operations

Functions§

current_style
Get current platform path style