can-types 0.9.1

A library for encoding/decoding simple CAN bus data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2024 Nathan H. Keough
//
// This work is dual-licensed under MIT OR Apache 2.0 (or any later version).
// You may choose between one of them if you use this work.
//
// For further detail, please refer to the individual licenses located at the root of this crate.

//! A higher-layer protocol, designed for heavy-duty vehicles and off-road equipment.

pub mod address;
pub mod identifier;
pub mod pgn;