asterix-derive 0.4.0

proc-macro convenience with the deku library, for updating ASTERIX FSPECs
Documentation
# Asterix Encode/Decode Library

[<img alt="github" src="https://img.shields.io/badge/github-wcampbell0x2a/asterix-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/wcampbell0x2a/asterix-rs)
[<img alt="crates.io" src="https://img.shields.io/crates/v/asterix.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/asterix)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-asterix-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/asterix)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/wcampbell0x2a/asterix-rs/main.yml?branch=master&style=for-the-badge" height="20">](https://github.com/wcampbell0x2a/asterix-rs/actions?query=branch%3Amaster)
[<img alt="Codecov" src="https://img.shields.io/codecov/c/github/wcampbell0x2a/asterix-rs?style=for-the-badge" height="20">](https://app.codecov.io/gh/wcampbell0x2a/asterix-rs)

Currently supported:
- CAT048
- CAT034

## Usage
*Compiler support: requires rustc 1.70+*

Add the following to your `Cargo.toml` file:
```toml
[dependencies]
asterix = "v0.4.0"
```

## Changelog

See [CHANGELOG.md](https://github.com/wcampbell0x2a/asterix-rs/blob/master/CHANGELOG.md)