libaec-sys 0.1.0

Low-level bindings to Adaptive Entropy Coding library (libaec).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libaec-sys"
version = "0.1.0"
authors = ["Noritada Kobayashi <noritada.kobayashi@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/noritada/aecoding-rs"
homepage = "https://github.com/noritada/aecoding-rs"
description = "Low-level bindings to Adaptive Entropy Coding library (libaec)."
categories = ["compression", "external-ffi-bindings", "science"]
keywords = ["libaec", "aec", "ccsds"]
exclude = ["/TODO.md"]

[build-dependencies]
bindgen = "0.70.1"
cmake = "0.1.51"