yoshuawuyts/components

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

Open

#9 opened on 2026年5月1日

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)

説明

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

コントリビューターガイド