yoshuawuyts/components

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

Open

#9 opened on May 1, 2026

View on GitHub
 (0 comments) (1 reaction) (2 assignees)Rust (1 fork)github user discovery
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

Contributor guide