# ISO-TP(ISO 15765-2) [![Latest version](https://img.shields.io/crates/v/iso15765-2.svg)](https://crates.io/crates/iso15765-2) [![Documentation](https://docs.rs/bleasy/badge.svg)](https://docs.rs/iso15765-2) ![LGPL](https://img.shields.io/badge/license-LGPL-green.svg) ![MIT](https://img.shields.io/badge/license-MIT-yellow.svg) ## Overview - **iso15765-2** is dedicated to implementing the generic ISO-TP protocol. - ISO 15765-2 is a transport protocol used in automotive communication. - It only defines the basic ISO-TP related types. - As for Frame, it is defined by the specific communication entity. ### Prerequisites - Rust 1.70 or higher - Cargo (included with Rust) ### Adding to Your Project To use **iso15765-2** in your Rust project, add it as a dependency in your `Cargo.toml`: ```toml [dependencies] iso15765-2 = { version="lastest-version" } ``` ## Contributing We're always looking for users who have thoughts on how to make `iso15765-2` better, or users with interesting use cases. Of course, we're also happy to accept code contributions for outstanding feature requests!