iso15765-2 0.1.0

ISO-TP trait define.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod address;
pub(crate) mod constants;
pub(crate) mod isotp;
pub(crate) mod standard;

pub use self::{
    address::{Address, AddressFormat, AddressType},
    isotp::CanIsoTp,
};