ace-uds 0.3.1

UDS typed message layer implementing ISO 14229-1.
Documentation
1
2
3
4
5
6
7
8
9
10
#![no_std]
#[cfg(feature = "alloc")]
extern crate alloc;

pub mod constants;
pub mod error;
pub mod ext;
pub mod message;

pub use error::{UdsError, ValidationError};