asterix 0.4.0

Encode/Decode for ASTERIX protocol using the deku library
Documentation
[package]
name = "asterix"
version = "0.4.0"
authors = ["wcampbell"]
edition = "2021"
categories = ["encoding", "parsing"]
keywords = ["asterix", "radar", "aviation", "network", "protocol"]
license = "MIT"
readme = "README.md"
description = "Encode/Decode for ASTERIX protocol using the deku library"
repository = "https://github.com/wcampbell0x2a/asterix-rs"
rust-version = "1.70.0"

[workspace]
members = [
    "asterix-derive",
]

[dependencies]
deku = "0.16"
asterix-derive = { version = "^0.4", path = "asterix-derive" }
assert_hex = "0.4"