From da3d4ed2324bcbf80d1a7638c95cfba1e045e5d8 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 19 Jul 2026 15:47:15 +0200 Subject: [PATCH] docs(rust): document usingCDict boundary Record that Rust now owns the public usingCDict fixed-frame policy and begin/end sequencing while C retains the private CDict compression callbacks. Test Plan: - Documentation-only change; code validation is covered by 0fbc9ff37. --- rust/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index 2a1928f5f..fab7783d8 100644 --- a/rust/README.md +++ b/rust/README.md @@ -150,7 +150,8 @@ 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, and public usingDict parameter selection, dictionary-presence handling, and default-level -normalization now run in Rust. +normalization, and public usingCDict frame-policy construction and begin/end +sequencing now run in Rust. CDict allocation/lifecycle machinery, private dictionary-content allocation/loading, reset policy, private CCtx/matchfinder/workspace operations, and codec/adaptive-policy