milstd1553b-parser 0.1.0

A comprehensive Rust parser and encoder for the MIL-STD-1553B (1553B) avionics bus protocol
Documentation
[dependencies.bitfield]
version = "0.15"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[features]
default = []
serde = ["dep:serde", "dep:serde_json"]

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

[package]
authors = ["Samet Eraslan <absameteraslan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "network-programming", "parser-implementations"]
description = "A comprehensive Rust parser and encoder for the MIL-STD-1553B (1553B) avionics bus protocol"
documentation = "https://docs.rs/milstd1553b-parser"
edition = "2021"
homepage = "https://github.com/1553b-rs/milstd1553b-parser"
keywords = ["1553b", "milstd", "avionics", "protocol", "parser"]
license = "GPL-3.0-only"
license-file = "LICENSE"
name = "milstd1553b-parser"
readme = "README.md"
repository = "https://github.com/1553b-rs/milstd1553b-parser"
version = "0.1.0"