From dd404fccbc9f2aac464833ee4fc4c1e0255f79ca Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 19 Jul 2026 15:35:32 +0200 Subject: [PATCH] docs(rust): document advanced compression boundary Record that Rust now owns public advanced-compression parameter validation and initialization ordering while C retains private context setup and execution. Test Plan: - git diff --cached --check --- rust/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rust/README.md b/rust/README.md index d58dd965f..55506cb3c 100644 --- a/rust/README.md +++ b/rust/README.md @@ -147,8 +147,9 @@ 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, and public CCtx-copy pledge/frame-parameter policy -now run in Rust. CDict allocation/lifecycle +compression orchestration, public CCtx-copy pledge/frame-parameter policy, and +public advanced-compression parameter validation/init 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,