Expand description
Atomic file write utility.
Protocol invariant: repository writes MUST be atomic.
Implementation: write temp file → flush → fsync → rename. This prevents partial writes from corrupting the repository.
Enums§
- Atomic
Write Error - Error type for atomic write operations.
Functions§
- atomic_
write - Atomically write content to a file.