# wal **Repository Path**: liyun00/wal ## Basic Information - **Project Name**: wal - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-28 - **Last Updated**: 2025-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wal A work-in-progress write ahead logging library for Rust. # TODO * Prefix/Suffix truncation * Durable value API ## Running Benchmarks ```bash cargo run --example bench --release -- append --help ```