4 releases
| 0.1.3 | Dec 23, 2025 |
|---|---|
| 0.1.2 | Aug 5, 2025 |
| 0.1.1 | Aug 4, 2025 |
| 0.1.0 | Aug 3, 2025 |
#649 in Compression
641 downloads per month
Used in 2 crates
2.5MB
4K
SLoC
Contains (obscure autoconf code, 2KB) libaec-1.1.4/configure.ac
libaec-sys
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.
License
This project is licensed under either of
- Apache License, Version 2.0 (See LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0), and
- MIT license (See LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
SPDX-License-Identifier: Apache-2.0 OR MIT