asterix 0.2.4

Encode/Decode for ASTERIX protocol using the deku library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Asterix Encode/Decode Library

[![Latest Version](https://img.shields.io/crates/v/asterix.svg)](https://crates.io/crates/asterix)
[![Rust Documentation](https://docs.rs/asterix/badge.svg)](https://docs.rs/asterix)
[![Actions Status](https://github.com/wcampbell0x2a/asterix-rs/workflows/CI/badge.svg)](https://github.com/wcampbell0x2a/asterix-rs/actions)
[![codecov](https://codecov.io/gh/wcampbell0x2a/asterix-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/wcampbell0x2a/asterix-rs)

Currently supported:
- CAT048
- CAT034

# Usage

See `tests/public_api.rs` and the docs for example usage.

## Changelog

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