What
We ship Node examples in examples/ but none for Bun.
Task
Add examples/bun.ts mirroring the Node examples: encode with stringify and parse with parse.
Acceptance
- Runs with
bun examples/bun.ts.
- Prints the encoded CSV and then the parsed records.
Small and self-contained, no library changes needed.
What
We ship Node examples in
examples/but none for Bun.Task
Add
examples/bun.tsmirroring the Node examples: encode withstringifyand parse withparse.Acceptance
bun examples/bun.ts.Small and self-contained, no library changes needed.