An open API service indexing awesome lists of open source software.

https://github.com/wcampbell0x2a/asterix-rs

ASTERIX Encode/Decoder Library
https://github.com/wcampbell0x2a/asterix-rs

ats encoder-decoder radar

Last synced: about 1 year ago
JSON representation

ASTERIX Encode/Decoder Library

Awesome Lists containing this project

README

          

# Asterix Encode/Decode Library

[github](https://github.com/wcampbell0x2a/asterix-rs)
[crates.io](https://crates.io/crates/asterix)
[docs.rs](https://docs.rs/asterix)
[build status](https://github.com/wcampbell0x2a/asterix-rs/actions?query=branch%3Amaster)
[Codecov](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)