yoshuawuyts/components
View on GitHub[component] feedmark — Feed (RSS/Atom/JSON) parser
Open
#9 opened on May 1, 2026
good first issue
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (PR metrics pending)
Description
Goal
Parse RSS/Atom/JSON feed bytes into normalized entry structs or render summaries to Markdown.
Scope/Features
- Input: any feed format (auto-detect)
- Output: structured entries or Markdown digest
- No network — parsing only
Rough WIT shape
parse(input: string) -> result<feed_output, error>- Feed output: list of entries, or MD summary string
Candidate crates
Labels
- good first issue