# 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)