simple_wal 0.1.0

A simple write-ahead-logging crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# simple_wal

A simple Rust write-ahead-logging crate.

Features
 - Optimized for sequential reads & writes
 - Easy atomic log compaction
 - Advisory locking
 - CRC32 checksums
 - Range scans
 - Persistent log entry index