Diff
Logged in as anonymous

Differences From Artifact [039d4ea389]:

To Artifact [d38ced8c9c]:







1
2
3
4
5
6
7
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;