WAL implementation for database durability
Veritabanı dayanıklılığı için WAL uygulaması
CRC kontrol toplamları
crc32fast = "1"Bellek eşlemeli 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"