Title here
Summary here
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/hyperfile/hyperfile.git
# 默认 reactor 模式
cargo build --release
# 增加 WAL 特性
cargo build --release --features wal
# blocking 模式
cargo build --release --no-default-features --features blocking