Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/LibreOffice/offapi/com/sun/star/text/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 2 kB image not shown  

Impressum 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;

[ Seitenstruktur0.3Drucken  etwas mehr zur Ethik  ]