tuiserial-core 0.1.0

Core data models and types for tuiserial
Documentation

Core data models and types for tuiserial

This crate provides the fundamental data structures, enums, and state management types used throughout the tuiserial application.

Architecture

The core is organized into modular components:

  • types: Basic type definitions and enums (DisplayMode, TxMode, Parity, etc.)
  • notification: Notification system for user messages
  • log: Log entries and message log for serial communication
  • config: Serial port configuration
  • state: Main application state management
  • i18n: Internationalization support