Files
book_bot/src
Bulat Kurbanov 2f33b41359 Refactor error handling to use anyhow throughout codebase
Switch all custom error types and handler signatures from `Box<dyn
std::error::Error + Send + Sync>` to `anyhow::Result`. Add anyhow as a
dependency. Fix typos and update function names for consistency.
2025-06-22 16:26:27 +02:00
..
2025-03-29 22:41:18 +01:00
2024-08-22 21:26:31 +02:00
2025-01-04 16:15:12 +01:00