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.