From c6179c24583d3db4e08007defac24b54ff353634 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 19 Jul 2026 16:03:12 +0200 Subject: [PATCH] docs(rust): document CDict begin boundary Record that Rust now owns the legacy CDict-begin fixed frame policy and unknown-source pledge while C retains the private begin callback. Test Plan: - Documentation-only change; code validation is covered by 2fdd548a3. --- rust/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rust/README.md b/rust/README.md index 066fcf2ae..a29f3bbaf 100644 --- a/rust/README.md +++ b/rust/README.md @@ -151,9 +151,10 @@ compression orchestration, public CCtx-copy pledge/frame-parameter policy, and public advanced-compression parameter validation/init policy, public usingDict parameter selection, dictionary-presence handling, and default-level normalization, and public usingCDict frame-policy construction and begin/end -sequencing, and the compressBegin_usingDict family’s unknown-source parameter -selection and default-level normalization, and public advanced-begin parameter -validation and init-then-begin ordering now run in Rust. +sequencing, legacy public CDict-begin frame-policy construction and +unknown-source pledge, and the compressBegin_usingDict family’s unknown-source +parameter selection and default-level normalization, and public advanced-begin +parameter validation and init-then-begin ordering now run in Rust. CDict allocation/lifecycle machinery, private dictionary-content allocation/loading, reset policy, private CCtx/matchfinder/workspace operations, and codec/adaptive-policy