Crates.io | doip-sockets |
lib.rs | doip-sockets |
version | 0.2.4 |
created_at | 2025-01-06 05:18:53.134198+00 |
updated_at | 2025-01-14 10:17:10.340416+00 |
description | A Diagnostics over Internet Protocol (DoIP) implementation for TCP & UDP Sockets with helper functions. |
homepage | |
repository | https://github.com/samp-reston/doip-sockets |
max_upload_size | |
id | 1505311 |
size | 40,010 |
A Diagnostics over Internet Protocol (DoIP) implementation for TCP & UDP Sockets with helper functions.
Add the library as a dependency in your Cargo.toml
file:
[dependencies]
doip-sockets = "0.2.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-sockets.git
cd doip-sockets
cargo build
Run unit tests to ensure functionality:
cargo test
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.