blosc2-src 0.1.4

FFI bindings for c-blosc2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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>`_.