Expand description
RocksDB-backed journal implementation for UTS
This crate provides the same functionality as uts-journal but uses RocksDB
for persistence instead of a custom WAL, providing better reliability and
crash recovery guarantees.
Modules§
- reader
- Journal reader.
Structs§
- Journal
- An
At-Least-Oncejournal for storing fixed-size entries, with RocksDB-backed persistence. - Journal
Config - Configuration for the journal.
Enums§
- Error
- Error indicating that the journal buffer is not available now.