vrt 0.2.2

Parser/encoder for VITA Radio Transport data
Documentation
[dependencies.nom]
version = "8"

[dependencies.thiserror]
default-features = false
version = "2.0.9"

[dev-dependencies.rstest]
version = "0.24.0"

[[example]]
name = "discovery"
path = "examples/discovery.rs"

[lib]
name = "vrt"
path = "src/lib.rs"

[package]
authors = ["Blair Gillam <ns1h@airmada.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations"]
description = "Parser/encoder for VITA Radio Transport data"
edition = "2021"
homepage = "https://github.com/littleairmada/vrt-rs"
keywords = ["VRT", "parser", "nom"]
license = "MIT"
name = "vrt"
publish = true
readme = "README.md"
repository = "https://github.com/littleairmada/vrt-rs"
version = "0.2.2"

[[test]]
name = "vrt"
path = "tests/vrt.rs"