From 4f6a3a5749b380ddb0699914dbc41654c1129eba Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 19 Jul 2026 15:30:29 +0200 Subject: [PATCH] docs(rust): document CCtx copy boundary Record that Rust now owns public CCtx-copy pledge and frame-parameter policy, while C retains the private workspace and table-copy operation. Test Plan: - git diff --cached --check --- rust/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index 84bff90d2..d58dd965f 100644 --- a/rust/README.md +++ b/rust/README.md @@ -147,7 +147,8 @@ orchestration, sequence-store and block policy, external-producer invocation and success-path validation, external-sequence-store reset, external-sequence/literals block loop, optional-format decompression loops, block decoder wrappers, decompression result policy, and public end-of-frame -compression orchestration now run in Rust. CDict allocation/lifecycle +compression orchestration, and public CCtx-copy pledge/frame-parameter policy +now run in Rust. CDict allocation/lifecycle machinery, private dictionary-content allocation/loading, reset policy, private CCtx/matchfinder/workspace operations, and codec/adaptive-policy callbacks remain in C. CDict initialization ordering and scalar publication,