docs(rust): document advanced compression boundary

Record that Rust now owns public advanced-compression parameter validation and
initialization ordering while C retains private context setup and execution.

Test Plan:
- git diff --cached --check
This commit is contained in:
2026-07-19 15:35:32 +02:00
parent 50e7addbc6
commit dd404fccbc
+3 -2
View File
@@ -147,8 +147,9 @@ orchestration, sequence-store and block policy, external-producer invocation
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, and public CCtx-copy pledge/frame-parameter policy
now run in Rust. CDict allocation/lifecycle
compression orchestration, public CCtx-copy pledge/frame-parameter policy, and
public advanced-compression parameter validation/init policy now run in Rust.
CDict allocation/lifecycle
machinery, private dictionary-content allocation/loading, reset policy,
private CCtx/matchfinder/workspace operations, and codec/adaptive-policy
callbacks remain in C. CDict initialization ordering and scalar publication,