canparser 0.1.2

Parsing of CAN data based on a DBC file.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "canparser"
version = "0.1.2"
edition = "2021"
license = "MIT"
description = "Parsing of CAN data based on a DBC file."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
can-dbc = "5.0.0"
num = "0.4.1"