Description
A Haskell library for writing files atomically. It helps software avoid partially written files by writing data through a safer replace-style workflow.
Developers use it for configuration, cache, state, and generated files where interruption should not leave corrupted output. It is especially useful when writes can be interrupted by crashes or power loss.