feat(rss): implement RSS feed adapter and integrate with application state

This commit is contained in:
2026-05-04 12:03:17 +02:00
parent c1c61ad19b
commit 992a1a2674
12 changed files with 234 additions and 11 deletions

View File

@@ -1 +1,2 @@
pub use application::ports::HtmlRenderer;
pub use application::ports::RssFeedRenderer;