rust-aec 0.1.1

Pure Rust decoder for CCSDS 121.0-B-3 Adaptive Entropy Coding (AEC), focused on GRIB2 template 5.0=42.
Documentation
[[bin]]
name = "peek_ids"
path = "src/bin/peek_ids.rs"

[dependencies.bitflags]
version = "2"

[dev-dependencies.anyhow]
version = "1"

[[example]]
name = "decode_aec_payload"
path = "examples/decode_aec_payload.rs"

[[example]]
name = "stream_decode_aec_payload"
path = "examples/stream_decode_aec_payload.rs"

[lib]
name = "rust_aec"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression"]
description = "Pure Rust decoder for CCSDS 121.0-B-3 Adaptive Entropy Coding (AEC), focused on GRIB2 template 5.0=42."
documentation = "https://docs.rs/rust-aec"
edition = "2024"
exclude = ["/vendor/**", "/target/**", "/docs/**"]
homepage = "https://github.com/hkwk/rust-aec"
keywords = ["ccsds", "aec", "entropy", "compression", "grib2"]
license = "MIT"
name = "rust-aec"
readme = "README.md"
repository = "https://github.com/hkwk/rust-aec"
rust-version = "1.85"
version = "0.1.1"

[[test]]
name = "oracle_data_grib2"
path = "tests/oracle_data_grib2.rs"

[[test]]
name = "streaming_decoder"
path = "tests/streaming_decoder.rs"