Expand description
Storage I/O operations for the simulation.
This module contains storage-related event handlers and methods extracted from
world.rs to improve code organization. It handles file operations like
open, read, write, sync, and provides fault injection for testing storage reliability.