Module

std::fs::sys

Filesystem System Layer

Platform-specific syscall wrappers behind the common Fs::Sys namespace.

This hub selects the correct platform backend at compile time via @configFlag directives. Each backend exports its API into Fs::Sys, so higher-level modules (fs::file, fs::dir, etc.) are platform-agnostic.

Backends

Source file Platform Description
unix.ign Linux / macOS POSIX syscall wrappers
namespace Sys

Platform syscall namespace populated by the selected backend.