Crates.io | lzham-alpha-sys |
lib.rs | lzham-alpha-sys |
version | 0.1.1 |
source | src |
created_at | 2024-02-18 03:51:01.481159 |
updated_at | 2024-02-18 03:56:34.775639 |
description | Low level FFI-bindings for the lzham alpha codec. |
homepage | |
repository | https://github.com/barnabwhy/lzham-alpha-sys |
max_upload_size | |
id | 1143755 |
size | 683,769 |
Low level Rust FFI bindings for lzham alpha generated using bindgen
.
You must have cmake
and a C++ compiler to build this crate, as the lzham library is built along with the crate. The crate does not search for a prebuilt library.
Add the following to your Cargo.toml
:
[dependencies]
lzham-alpha-sys = "0.1.1"
The crate has the following three features:
generate_bindings
: Generates the bindings again (uses bindgen
)lzham-alpha-sys is available under the MIT license. See LICENSE for more details.