lerc-sys

Crates.iolerc-sys
lib.rslerc-sys
version0.1.5
created_at2025-04-21 18:57:24.606048+00
updated_at2025-06-25 12:06:04.33465+00
descriptionLow-level FFI bindings to Esri's LERC C API
homepage
repositoryhttps://github.com/FreemapSlovakia/lerc-sys
max_upload_size
id1643093
size8,066,476
Martin Ždila (zdila)

documentation

https://docs.rs/lerc-sys

README

lerc-sys

Crates.io Docs.rs

Low-level Rust FFI bindings to Esri's LERC compression library (C API).

This crate provides raw, unsafe bindings generated via bindgen, and builds the LERC C++ source using cc.

Build

This crate vendored the LERC C++ sources and compiles them automatically using cc. It does not require a system-installed libLerc.

Status

✅ Supports LERC 4.0+ ✅ Linux tested ✅ Automatically generates bindings to Lerc_c_api.h

License

Apache-2.0

Commit count: 9

cargo fmt