can_decode 0.7.2

Decode and encode CAN frames into messages/signals in a fast and easy way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "can_decode"
version = "0.7.2"
edition = "2024"
authors = ["Millan Kumar <millankumar@gmail.com>", "Purdue Electric Racing"]
description = "Decode and encode CAN frames into messages/signals in a fast and easy way."
license = "MIT"
readme = "./README.md"
repository = "https://github.com/PurdueElectricRacing/can_decode"
homepage = "https://github.com/PurdueElectricRacing/can_decode"
keywords = ["CAN", "decode", "encode", "dbc", "ecu"]
categories = ["embedded", "automotive", "encoding", "parsing"]

[dependencies]
can-dbc = "9.0.0"
log = "0.4.29"
indexmap = "2.14.0"