1
2
3
4
5
6
7
8
//! Command line utility for sending IndexNow request to search engine
//! based on RSS feed.
//!
//! See homepage for more information:
//! https://gitlab.com/hsn10/indexmenow

#[cfg(feature = "enable-tests-common")]
pub mod rss;