can_aerospace_lite 0.1.1

A lite version of CAN Aerospace Implementation according to 'Interface specification for airborne CAN applications V 1.7'
Documentation
1
2
3
4
5
6
7
8
//! # CANAerospace{Lite} - unit_tests
//!
//! Unit tests of whole library

#[cfg(feature = "bxcan-support")]
mod test_bxcan;
mod test_lib;
mod test_message;