Files
zstd-rs/lib/decompress
ddidderr 7aa4498eb5 fix(decompress): match Rust trace context ABI
Define the decompression trace projection with the exact unsigned-long-long
representation used by the public trace API.  The generic U64 typedef can be
a different C type with the same width, which made the Rust trace view fail to
compile when assigned the DCtx trace field.

Test Plan:
- ulimit -v 41943040; make -j1
2026-07-20 02:41:52 +02:00
..