rnd-ash / ecu_diagnostics

A Rust crate for ECU diagnostic protocols (UDS / KWP)
GNU General Public License v3.0
171 stars 28 forks source link

Upgrade to auto_uds v0.3, some minor renames #17

Closed nyurik closed 1 year ago

nyurik commented 1 year ago

Mark some re-exported types as deprecated, but sadly deprecated attribute does not (yet) work in rustc. I will remove the aliasing in a separate PR for ease of review.

rnd-ash commented 1 year ago

Thanks!