can_types/protocol/j1939/mod.rs
1// Copyright (c) 2024 Nathan H. Keough
2//
3// This work is dual-licensed under MIT OR Apache 2.0 (or any later version).
4// You may choose between one of them if you use this work.
5//
6// For further detail, please refer to the individual licenses located at the root of this crate.
7
8//! A higher-layer protocol, designed for heavy-duty vehicles and off-road equipment.
9
10pub mod address;
11pub mod identifier;
12pub mod pgn;