Examples on how to add Blosc support for your programs
======================================================
In this directory you can find a series of examples on how to link
your apps with the Blosc library. A few of them are:
* simple.c -- The simplest way to add Blosc to your app
* schunk_simple.c -- Adding the more powerful super-chunk into the equation
* frame_simple.c -- Use a frame to serialize Blosc2 super-chunks
* compress_file.c -- Compress a file into a Blosc2 file-frame
For more info, please visit the `official API documentation
<https://github.com/Blosc/c-blosc2/blob/main/include/blosc2.h>`_.