ndrean/zig-zstd
Tiny Zig wrapper of libzstd
Goal: not use the system library zstd
but build a standalone library that wraps the C library for learning.
The library is in "src/root.izg". We produce:
https://facebook.github.io/zstd/doc/api_manual_latest.html#Chapter4
zstd
Build a static object lib_zstd.a
with:
make