vhrdcan 0.1.0

Types for working with CAN Bus, including proper priority ordering, message pool, serialization and hash support.
Documentation
[dependencies.hash32]
version = "0.1"

[dependencies.hash32-derive]
version = "0.1"

[dependencies.heapless]
version = "0.5.6"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.100"

[features]
serialization = ["serde"]

[package]
authors = ["Roman Isaikin <romix.lab@gmail.com>"]
description = "Types for working with CAN Bus, including proper priority ordering, message pool, serialization and hash support."
edition = "2018"
license = "MIT"
name = "vhrdcan"
readme = "README.md"
repository = "https://github.com/vhrdtech/vhrdcan"
version = "0.1.0"