Expand description
Atomic file write pipeline. Atomic file write pipeline: tempfile, fsync, rename, fsync directory.
Structs§
- Atomic
Write Options - Configuration for an atomic write operation.
- Write
Result - Result metadata returned after a successful atomic write.
Functions§
- atomic_
write - Write content atomically via tempfile, fsync, and rename.
- rfc3339_
now - Return the current UTC time as an RFC 3339 string (e.g.
2024-01-15T14:30:22Z).