From a8c0439f5d233c4c32e7b8cd603442b1b7c6b89e Mon Sep 17 00:00:00 2001 From: "peng.li24" <734991033@qq.com> Date: Sun, 13 Sep 2026 22:53:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=8E=BB=E6=8E=89=20CLI=20=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=EF=BC=88=E5=B7=B2=E8=BF=81=E8=87=B3=20kvspace=20?= =?UTF-8?q?=E4=BB=93=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kvspace CLI 已迁到 kvspace/cli/,本仓不再产出可执行;README 的 Build 段同步修正(Makefile 实为 cargo build --release,无 --bin kvspace), 并注明 CLI 现址。 Co-Authored-By: Claude Code --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a34f330..754a8b3 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,15 @@ Backends: `redis://` (default when no scheme is given), `fs://` — selected by ## Build ```bash -make build # cargo build --release --bin kvspace → ~/.local/bin/kvspace (CLI) +make build # cargo build --release → libkvspace_durable.so make test # build + tutorial/test.py ``` Crate types: `rlib`, `staticlib`, `cdylib` (`libkvspace_durable.so`). +> The `kvspace` CLI is **not** part of this crate — it lives in the [kvspace](../kvspace) repo +> (`cli/`, drives the dispatch front end so the backend is chosen by DSN). + ## ABI C ABI exported from the cdylib (`src/ffi.rs`):