yoshuawuyts/components

[component] feedmark — Feed (RSS/Atom/JSON) parser

Open

#9 aperta il 1 mag 2026

Vedi su GitHub
 (0 commenti) (1 reazione) (2 assegnatari)Rust (1 fork)github user discovery
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

Guida contributor