api modifications

This commit is contained in:
Nicholas Orlowsky 2025-03-16 15:12:29 -04:00
parent db4b4d990d
commit 0994648ed1
7 changed files with 18 additions and 10 deletions

View file

@ -3,6 +3,9 @@
mod elm327;
pub use elm327::Elm327;
mod elm327_linux;
pub use elm327_linux::Elm327Linux;
type Result<T> = std::result::Result<T, Error>;
/// A lower-level API for using an OBD-II device