Skip to main content

Crate obd2_core

Crate obd2_core 

Source
Expand description

§obd2-core

Cross-platform OBD-II diagnostic library for Rust.

Modules§

adapter
Adapter trait and built-in implementations.
error
Error types for obd2-core.
protocol
OBD-II protocol types and parsing.
session
Session orchestrator – the primary entry point for consumers.
specs
Vehicle specifications.
store
Storage traits for persisting vehicle and session data.
transport
Transport trait and built-in implementations.
vehicle
Vehicle specification types and loading.