Differences From Artifact [039d4ea389]:
- File src/main.rs — part of check-in [1c444d34ff] at 2024-08-28 08:30:18 on branch trunk — change backend library fork, fix error handling and throttling (user: arcade, size: 1639) [annotate] [blame] [check-ins using]
To Artifact [d38ced8c9c]:
- File src/main.rs — part of check-in [614456ed35] at 2025-02-22 08:16:01 on branch trunk — huge crates bump (user: arcade, size: 1753) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | mod command; mod core; use anyhow::Result; use async_std::task; use async_std::stream::StreamExt; | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | //! This is telegram bot to fetch RSS/ATOM feeds and post results on public //! channels #![warn(missing_docs)] mod command; mod core; use anyhow::Result; use async_std::task; use async_std::stream::StreamExt; |
︙ | ︙ |