lzma-sdk-sys 0.1.2+25.01

Raw FFI bindings for the LZMA encoder/decoder parts of LZMA-SDK (7zip)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Always first!!
#include "7z/C/Precomp.h"

// LZMA Encode/Decode Functionality
#include "7z/C/LzmaDec.h"
#include "7z/C/LzmaEnc.h"
#include "7z/C/Lzma2Dec.h"
#include "7z/C/Lzma2Enc.h"
#include "7z/C/LzFind.h"
#include "7z/C/LzFindMt.h"
#include "7z/C/LzFindOpt.c" // .c is not a typo. There is no header.

// Threading for the multithreaded logic
#include "7z/C/Threads.h"
#include "7z/C/CpuArch.h"