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
- Host: GitHub
- URL: https://github.com/wcampbell0x2a/asterix-rs
- Owner: wcampbell0x2a
- License: mit
- Created: 2020-07-28T04:12:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T01:58:43.000Z (over 1 year ago)
- Last Synced: 2025-02-27T13:23:17.307Z (over 1 year ago)
- Topics: ats, encoder-decoder, radar
- Language: Rust
- Homepage:
- Size: 277 KB
- Stars: 13
- Watchers: 5
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# Asterix Encode/Decode Library
[
](https://github.com/wcampbell0x2a/asterix-rs)
[
](https://crates.io/crates/asterix)
[
](https://docs.rs/asterix)
[
](https://github.com/wcampbell0x2a/asterix-rs/actions?query=branch%3Amaster)
[
](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)