yoshuawuyts/components

[component] csvmark — CSV/TSV ↔ Markdown tables

Open

#11 创建于 2026年5月1日

在 GitHub 查看
 (0 评论) (1 反应) (2 负责人)Rust (1 fork)github user discovery
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

贡献者指南