righvalor 0.1.0

RighValor: AI Infrastructure and Applications Framework for the Far Edge
1
2
3
4
5
6
7
8
9
10
11
/// # Common Types Module
///
/// This module contains types that are shared across multiple modules
/// in the RighValor framework. These types represent core domain concepts
/// that need to be used by different components.
///
/// ## Organization
///
/// - `task` - Task-related types shared between Master, Worker, and API layers
/// - Future: Can add other cross-cutting types as needed
pub mod task;