Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/fs-err/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 366 B image not shown  

Quelle  os.rs   Sprache: unbekannt

 
//! OS-specific functionality.

// The std-library has a couple more platforms than just `unix` for which these apis
// are defined, but we're using just `unix` here. We can always expand later.
#[cfg(unix)]
/// Platform-specific extensions for Unix platforms.
pub mod unix;

#[cfg(windows)]
/// Platform-specific extensions for Windows.
pub mod windows;

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]