good first issue
仓库指标
- Star
- (1 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Goal
Tiny Wasm component for CSV ↔ Markdown table conversion. Should support headers, options, and escape everything correctly.
Scope/Features
- Parse CSV input into Markdown tables
- Markdown table ↔ CSV conversion
- Tolerate edge-cases (UTF-8, embedded commas)
Rough WIT shape
csv_to_md(input: string) -> result<string, error>md_to_csv(input: string) -> result<string, error>
Candidate crates
Labels
- good first issue