uds_protocol_derive 0.0.2

Procedural macros for easier implementation of UDS protocol traits
Documentation
1
2
3
4
5
6
7
8
9
# Unified Diagnostics Services (UDS) Protocol

Macro support crate for uds_protocol.
Allows library users to derive the `Identifier` trait for their own diagnostics data types.

[![Crates.io](https://img.shields.io/crates/v/uds_protocol.svg)](https://crates.io/crates/uds_protocol_derive)
[![Docs.rs](https://docs.rs/uds_protocol/badge.svg)](https://docs.rs/uds_protocol)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE-MIT)
[![APACHE License](https://img.shields.io/badge/license-APACHE-blue.svg)](./LICENSE-APACHE)