docs(rust): document usingDict boundary

Record that Rust now owns the public usingDict parameter-selection,
dictionary-presence, and default-level policy while C retains private context
initialization and compression callbacks.

Test Plan:
- Documentation-only change; code validation is covered by 556cdc53b.
This commit is contained in:
2026-07-19 15:42:31 +02:00
parent 556cdc53bf
commit dc99093506
+3 -1
View File
@@ -148,7 +148,9 @@ 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 now run in Rust.
public advanced-compression parameter validation/init policy, and public
usingDict parameter selection, dictionary-presence handling, 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