dpdu-api-types

Crates.iodpdu-api-types
lib.rsdpdu-api-types
version0.9.0
sourcesrc
created_at2024-11-13 04:21:59.520565
updated_at2024-11-13 04:37:22.229604
descriptionAn implementation of the core D-PDU (ISO22900-2) library in Rust
homepage
repositoryhttps://github.com/RichardWGNR/dpdu-api-types
max_upload_size
id1446005
size45,391
(RichardWGNR)

documentation

README

D-PDU-RS

An implementation of the core D-PDU (ISO 22900-2) library in Rust

Why ISO 22900-2

ISO 22900-2 is a protocol standard for VCI (Vehicle communication interfaces) that allows for communicating with ECUs in a vehicle from an application using this API as an abstraction layer.

What does this crate do?

Similarly to J2534-rust, this crate contains just the core definitions of the API (Core functions, error types, structures and enum values), therefore, it has to be incorporated in a wrapper library in order to get the API to actually work. For an example of such library, check the rust ecu_diagnostics crate (TBA)

Note that the function and other definition names have been renamed slightly to match the Rust naming convention.

Commit count: 15

cargo fmt