Get the system temporary directory - All platforms: Uses `std::env::temp_dir()`
()
| 180 | /// Get the system temporary directory |
| 181 | /// - All platforms: Uses `std::env::temp_dir()` |
| 182 | pub fn temp_dir() -> PathBuf { |
| 183 | std::env::temp_dir() |
| 184 | } |
no outgoing calls