WAL implementation for database durability
Veritabani dayanakliligi icin WAL uygulamasi
CRC kontrol toplamlari
crc32fast = "1"Bellek eslemeli dosyalar
memmap2 = "0.9"Binary kodlama
byteorder = "1"Copy this Cargo.toml to get started:
[package]
name = "my-write-ahead-log"
version = "0.1.0"
edition = "2021"
[dependencies]
crc32fast = "1"
memmap2 = "0.9"
byteorder = "1"
thiserror = "1"
tracing = "0.1"