Crates.io | isotp-rs |
lib.rs | isotp-rs |
version | 0.2.1 |
source | src |
created_at | 2024-08-02 10:14:40.904123 |
updated_at | 2024-10-25 07:46:06.755354 |
description | ISO-TP trait define. |
homepage | https://github.com/zhuyu4839/isotp-rs |
repository | https://github.com/zhuyu4839/isotp-rs |
max_upload_size | |
id | 1323026 |
size | 132,298 |
isotp-rs is dedicated to implementing the generic ISO-TP protocol. ISO-TP (ISO 15765-2) is a transport protocol used in automotive communication.
To use isotp-rs in your Rust project, add it as a dependency in your Cargo.toml
:
[dependencies]
isotp-rs = { version="lastest-version", features = ["default", "tokio"] }
We're always looking for users who have thoughts on how to make isotp-rs
better, or users with
interesting use cases. Of course, we're also happy to accept code contributions for outstanding
feature requests!