asterix

Crates.ioasterix
lib.rsasterix
version0.4.0
sourcesrc
created_at2020-08-17 01:31:36.378726
updated_at2024-02-09 22:31:45.354423
descriptionEncode/Decode for ASTERIX protocol using the deku library
homepage
repositoryhttps://github.com/wcampbell0x2a/asterix-rs
max_upload_size
id277405
size96,458
wcampbell (wcampbell0x2a)

documentation

README

Asterix Encode/Decode Library

github crates.io docs.rs build status Codecov

Currently supported:

  • CAT048
  • CAT034

Usage

Compiler support: requires rustc 1.70+

Add the following to your Cargo.toml file:

[dependencies]
asterix = "v0.4.0"

Changelog

See CHANGELOG.md

Commit count: 190

cargo fmt