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§
- Disk
Info - Disk information structure
- File
Attributes - File attributes structure
Traits§
- PathExt
- Platform extension trait
- Platform
Path - Platform-specific path operations
Functions§
- current_
style - Get current platform path style