open-wal 0.2.1

An embedded Write-Ahead Log (WAL) library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
[book]
title = "open-wal"
description = "A durability-first, single-writer write-ahead log for Rust"
authors = ["Guy Or"]
language = "en"
src = "src"

[output.html]
git-repository-url = "https://github.com/guyo13/open-wal"
edit-url-template = "https://github.com/guyo13/open-wal/edit/main/book/{path}"