Skip to main content

Module FileSystem

Module FileSystem 

Source
Expand description

FileSystem atoms - two tiers:

  • Managed: legacy handlers that route through FileSystemReader/FileSystemWriter traits on the Application RunTime. Currently only the binary read/write variants are wired into dispatch; the rest are preserved for future reuse.
  • Native: URI-aware direct tokio::fs handlers that Wind/Sky call via file:* channels.

No pub use - every call site qualifies through Managed::<Atom> or Native::<Atom>.

Modules§

Managed
Managed FS atoms - route via Application RunTime’s FileSystemReader/FileSystemWriter trait objects.
Native
Native FS atoms - URI-aware, direct tokio::fs. Wind/Sky’s file:* channels route here.