lin-ldf 0.0.23

Parser for LDF files that describe automotive LIN bus networks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lin-ldf"
version = "0.0.23"
description = "Parser for LDF files that describe automotive LIN bus networks."
edition = "2021"
license = "MIT"
authors = ["Zach Grimaldi <zpg6@pitt.edu>"]
documentation = "https://docs.rs/lin-ldf"
repository = "https://github.com/zpg6/lin-ldf"
categories = ["development-tools"]
keywords = ["ldf", "parser", "lin", "linbus", "automotive"]

[dependencies]
nom = "7.1.3"