Crates.io | libpreflate-sys |
lib.rs | libpreflate-sys |
version | 0.1.0 |
source | src |
created_at | 2023-11-13 12:32:25.395776 |
updated_at | 2023-11-13 12:32:25.395776 |
description | Low-level bindings to preflate, a deflate stream reconstruction library |
homepage | https://github.com/xNyaDev/preflate-rs/ |
repository | https://github.com/xNyaDev/preflate-rs/ |
max_upload_size | |
id | 1033618 |
size | 346,100 |
Minimal low-level Rust bindings to the preflate C++ library using CXX.
This repo contains a modified copy of the preflate library v0.3.5 in the vendor/preflate
directory. The copy is taken
from the precomp-cpp project as they modified the library to build under
Linux. Original CMakeLists.txt from preflate was added and modified with the following modifications:
lib/
after building (For easier linking to Rust code)Both precomp-cpp and preflate are licensed under Apache-2.0