Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benaubin/simple_wal

Write-ahead-logging implementation for Rust
https://github.com/benaubin/simple_wal

Last synced: 17 days ago
JSON representation

Write-ahead-logging implementation for Rust

Awesome Lists containing this project

README

        

# 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