From 57bad12ec586b4b451007d52467c87b17a7c8994 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 19 Jul 2026 15:51:51 +0200 Subject: [PATCH] docs(rust): document dictionary begin boundary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Record that Rust now owns the compressBegin_usingDict family’s unknown-source parameter selection and default-level normalization while C retains the private begin callback. Test Plan: - Documentation-only change; code validation is covered by 9c0b9bd25. --- rust/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index fab7783d8..dacde790a 100644 --- a/rust/README.md +++ b/rust/README.md @@ -151,7 +151,8 @@ compression orchestration, public CCtx-copy pledge/frame-parameter policy, and public advanced-compression parameter validation/init policy, and public usingDict parameter selection, dictionary-presence handling, and default-level normalization, and public usingCDict frame-policy construction and begin/end -sequencing now run in Rust. +sequencing, and the compressBegin_usingDict family’s unknown-source parameter +selection 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