Crate can_viewer

Crate can_viewer 

Source
Expand description

CAN Viewer Library

Core functionality for the CAN Viewer application. This library can be used by the main binary or extended by pro versions.

Re-exports§

pub use state::AppState;
pub use state::InitialFiles;

Modules§

commands
Tauri command handlers.
config
Session configuration persistence.
decode
CAN frame decoding using DBC definitions.
dto
Data Transfer Objects for frontend communication.
live_capture
Live capture display state.
state
Application state management.

Macros§

base_commands
Generate the base command handler.