You've already forked gnatcoll-bindings
mirror of
https://github.com/AdaCore/gnatcoll-bindings.git
synced 2026-02-12 12:59:11 -08:00
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>