From dc99093506ff7e01696f5c5aaad5f7be88dfc579 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 19 Jul 2026 15:42:31 +0200 Subject: [PATCH] docs(rust): document usingDict boundary Record that Rust now owns the public usingDict parameter-selection, dictionary-presence, and default-level policy while C retains private context initialization and compression callbacks. Test Plan: - Documentation-only change; code validation is covered by 556cdc53b. --- rust/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index 55506cb3c..2a1928f5f 100644 --- a/rust/README.md +++ b/rust/README.md @@ -148,7 +148,9 @@ 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, public CCtx-copy pledge/frame-parameter policy, and -public advanced-compression parameter validation/init policy now run in Rust. +public advanced-compression parameter validation/init policy, and public +usingDict parameter selection, dictionary-presence handling, and default-level +normalization now run in Rust. CDict allocation/lifecycle machinery, private dictionary-content allocation/loading, reset policy, private CCtx/matchfinder/workspace operations, and codec/adaptive-policy