good first issue
Metriche repository
- Star
- (1 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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