From 7cacbcee035fa3cb2380adfd5fbbf8816b7e42bf Mon Sep 17 00:00:00 2001 From: ddidderr Date: Sun, 19 Jul 2026 16:14:52 +0200 Subject: [PATCH] docs(rust): document CDict constructor boundary Record that Rust now owns regular and by-reference CDict constructor parameter selection and default-level normalization while C retains advanced allocation and workspace lifecycle. Test Plan: - Documentation-only change; code validation is covered by 9f4d92808. --- rust/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/README.md b/rust/README.md index 38e8eb1ab..14190e65e 100644 --- a/rust/README.md +++ b/rust/README.md @@ -149,6 +149,7 @@ 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, public CCtx allocation validation and allocate-before-init ordering, and public +CDict constructor parameter selection and default-level normalization, 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