Files
Vincent Jicquel a7c8d6e018 Implement a ZSTD binding with Stream and files support
This commit introduces:

* A ZSTD GNATColl binding for compression and decompression.
* A GNATColl.Coders implementation that utilizes the ZSTD binding.
* An unbounded string and file wrapper around the ZSTD binding.
* Enhanced testsuite support.
* Tests covering each new feature.

Co-authored-by: Nicolas Roche <roche@adacore.com>
Co-authored-by: Vincent Jicquel <jicquel@adacore.com>
2024-11-12 11:35:46 +01:00
..