Description
Provides memory-backed handles for Haskell code. They behave like file handles, but the data lives in memory, which is useful for tests and code that expects a handle interface.
Developers can use it to avoid temporary files, simulate I/O, or adapt libraries that read and write through handles. It is a support library and does not add a user-facing storage tool.