Expand description
FileSystem atoms - two tiers:
Managed: legacy handlers that route throughFileSystemReader/FileSystemWritertraits 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 directtokio::fshandlers that Wind/Sky call viafile:*channels.
No pub use - every call site qualifies through Managed::<Atom> or
Native::<Atom>.