auto_uds 0.2.2

Core definitions of the Unified Diagnostic Services specification for road vehicles ISO-14229
Documentation
1
2
3
4
5
6
7
8
# auto_uds

[![Documentation](https://docs.rs/auto_uds/badge.svg)](https://docs.rs/auto_uds/)
[![Crates.io](https://img.shields.io/crates/v/auto_uds.svg)](https://crates.io/crates/auto_uds)

This crate provides low-level no_std structs and enums of the [Unified Diagnostic Services](https://en.wikipedia.org/wiki/Unified_Diagnostic_Services) specification for the road vehicles iso-14229-1 in Rust.

The code was forked from the amazing [rnd-ash/ecu_diagnostics](https://github.com/rnd-ash/ecu_diagnostics) project. The code was forked from the last MIT-versioned code before the MIT to GPL license migration.