This commit is contained in:
Mikhail Kilin
2026-01-28 11:39:21 +03:00
parent 051c4a0265
commit 68a2b7a982
56 changed files with 4424 additions and 5 deletions

9
src/lib.rs Normal file
View File

@@ -0,0 +1,9 @@
// Library interface for tele-tui
// This allows tests to import modules
pub mod app;
pub mod config;
pub mod input;
pub mod tdlib;
pub mod ui;
pub mod utils;