Crates.io | libaec-sys |
lib.rs | libaec-sys |
version | 0.1.2 |
created_at | 2025-08-03 08:02:47.071518+00 |
updated_at | 2025-08-05 23:51:07.334385+00 |
description | Low-level bindings to Adaptive Entropy Coding library (libaec). |
homepage | https://github.com/noritada/aecoder-rs |
repository | https://github.com/noritada/aecoder-rs |
max_upload_size | |
id | 1779455 |
size | 3,824,653 |
This crate provides low-level bindings to Adaptive Entropy Coding library (libaec).
The description of libaec is as follows:
Libaec provides fast lossless compression of 1 up to 32 bit wide signed or unsigned integers (samples). The library achieves best results for low entropy data as often encountered in space imaging instrument data or numerical model output from weather or climate simulations. While floating point representations are not directly supported, they can also be efficiently coded by grouping exponents and mantissa.
Scope
Libaec implements extended Golomb-Rice coding as defined in the CCSDS recommended standard 121.0-B-3. The library covers the adaptive entropy coder and the preprocessor discussed in sections 1 to 5.2.6 of the standard.
This project is licensed under either of
at your option.
SPDX-License-Identifier: Apache-2.0 OR MIT