using unified system
This commit is contained in:
15
komp-app/src/lib.rs
Normal file
15
komp-app/src/lib.rs
Normal file
@@ -0,0 +1,15 @@
|
||||
//! Product-specific application code shared by the komp_ac frontends.
|
||||
//!
|
||||
//! This crate deliberately has no dependency on Ratatui, Crossterm, Tauri, or
|
||||
//! a browser UI. Frontends own presentation and platform storage; this crate
|
||||
//! owns client behavior that must not drift between them.
|
||||
|
||||
pub mod auth;
|
||||
pub mod csv;
|
||||
pub mod grpc;
|
||||
pub mod import_export;
|
||||
pub mod navigation;
|
||||
mod search;
|
||||
pub mod session;
|
||||
pub mod transport;
|
||||
pub mod value;
|
||||
Reference in New Issue
Block a user