ddidderr
d316a14ec3
feat(rust): export public sequence helpers
Move the context-free ZSTD_sequenceBound and ZSTD_mergeBlockDelimiters APIs
into the Rust compression helper module. Preserve the public sequence ABI,
block-delimiter semantics, and unsigned literal-length wrapping behavior while
leaving context-driven sequence generation in C.
Test Plan:
- cargo clippy
- cargo clippy --benches
- cargo clippy --tests
- cargo +nightly fmt
- cargo test zstd_compress_api::tests -- --nocapture
- cargo test --target i686-unknown-linux-gnu zstd_compress_api::tests
Refs: Rust compression-bound export 3e2635f4
2026-07-10 22:51:07 +02:00
..
2023-01-04 13:01:54 -08:00
2026-07-10 20:32:18 +02:00
2026-07-10 20:06:25 +02:00
2024-11-26 11:15:39 +01:00
2026-07-10 21:54:23 +02:00
2025-02-05 18:47:26 -08:00
2026-07-10 22:07:27 +02:00
2023-01-12 15:41:08 -08:00
2026-07-10 22:44:39 +02:00
2024-12-20 10:36:56 -08:00
2026-07-10 22:45:22 +02:00
2023-01-04 13:01:54 -08:00
2026-07-10 22:51:07 +02:00
2024-12-19 16:00:11 -08:00
2024-12-20 10:36:57 -08:00
2025-01-07 10:06:08 -08:00
2026-07-10 22:46:15 +02:00
2025-01-07 10:06:08 -08:00
2025-02-05 18:47:26 -08:00
2025-01-07 10:06:08 -08:00
2023-01-04 13:01:54 -08:00
2025-02-10 10:48:56 -08:00
2025-01-07 10:06:08 -08:00
2025-02-05 18:47:26 -08:00
2025-01-07 10:06:08 -08:00
2026-07-10 21:28:56 +02:00
2024-12-19 16:00:11 -08:00
2025-02-05 18:47:26 -08:00
2025-02-05 18:47:26 -08:00