docs(rust): document advanced begin boundary

Record that Rust now owns public advanced-begin parameter validation and
init-then-begin ordering while C retains private context initialization and
begin callbacks.

Test Plan:
- Documentation-only change; code validation is covered by feee05372.
This commit is contained in:
2026-07-19 15:57:42 +02:00
parent feee053725
commit fe136f2128
+3 -2
View File
@@ -148,11 +148,12 @@ 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, and public
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 familys unknown-source parameter
selection and default-level normalization now run in Rust.
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