// src/lib.rs pub mod db; pub mod server; pub mod adresar; pub mod uctovnictvo; pub mod shared; pub mod table_structure; pub mod table_definition; pub mod tables_data; // Re-export run_server from the inner server module: pub use server::run_server;