wdev 0.1.1

compio-powered async block device abstraction with segmented files / 基于 compio 的异步块设备抽象与分段文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! 设备层集成测试,按语义划分模块。
//!
//! 各模块顶部以中文注释标注对标的 C# 测试文件路径(只读参考仓库:
//! `/Users/z/git/db/garnet/libs/storage/Tsavorite/cs/test/`)。

mod alignment;
mod boundary;
mod capacity;
mod lifecycle;
mod null;
mod parallel;
mod recovery;
mod round_trip;
mod sync_contract;
mod truncate;