vrt 0.1.0

Parser/encoder for VITA Radio Transport data
Documentation
# vrt - a VITA Radio Transport (49.0-2015) protocol parser/encoder library for Rust

[![Crates.io Version](https://img.shields.io/crates/v/vrt.svg)](https://crates.io/crates/vrt)
[![Documentation](https://docs.rs/vrt/badge.svg)](https://docs.rs/vrt)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
[![CI Status](https://github.com/littleairmada/vrt-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/littleairmada/vrt-rs/actions/workflows/ci.yml)

A library for interacting with systems supporting VITA Radio Transport (VRT). The crate is a work in progress.

Currently, this crate supports:

* basic data structures and functionality for parsing VRT message headers and trailers

If you have ideas, requests, or proposals for future features, pleased don’t hesitate to open Github issues.

## Changes

See `CHANGELOG.md`.


## Licensing

The vrt crate is distributed under the terms of the MIT license. See the [LICENSE] file for details.

[LICENSE]: https://github.com/littleairmada/vrt-rs/blob/main/LICENSE