Crates.io | doip-definitions |
lib.rs | doip-definitions |
version | 3.0.13 |
created_at | 2025-01-03 15:56:08.35271+00 |
updated_at | 2025-07-06 21:50:21.792157+00 |
description | A Diagnostics over Internet Protocol (DoIP) definition library for use in DoIP applications. |
homepage | |
repository | https://github.com/samp-reston/doip-definitions |
max_upload_size | |
id | 1502560 |
size | 152,017 |
An open-source implementation of Diagnostics over Internet Protocol (DoIP) standards, focused on data structures, types, and constants for vehicle Electronic Control Unit (ECU) diagnostics.
To use this library, add it as a dependency in your Cargo.toml
file:
[dependencies]
doip-definitions = "1.0.0"
Comprehensive documentation is available here (link to hosted docs).
Clone the repository and build the project using Cargo:
git clone https://github.com/samp-reston/doip-definitions.git
cd doip-definitions
cargo build
Run unit tests to ensure functionality:
cargo test
We welcome contributions! Please read the CONTRIBUTING.md for guidelines on submitting issues and pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.
For support, questions, or feature requests, please open an issue on the GitHub repository.