podal/src/feed/mod.rs

6 lines
71 B
Rust
Raw Normal View History

2023-07-25 10:46:47 +01:00
mod find;
2023-07-25 10:50:00 +01:00
mod get;
2023-07-25 10:46:47 +01:00
pub use find::get_feed_url;
2023-07-25 10:50:00 +01:00
pub use get::get_feed;