Skip to content

Commit

Permalink
Add support for parsing and generating CSV data
Browse files Browse the repository at this point in the history
This adds the module std.csv, which provides the types Parser and
Generator for parsing and generating CSV data respectively. The parser
type supports both a high-level iterator based API, and a low-level pull
parsing API aimed at parsing large files with low memory usage.

Changelog: added
  • Loading branch information
yorickpeterse committed Aug 21, 2024
1 parent d22a556 commit 9e73235
Show file tree
Hide file tree
Showing 2 changed files with 1,148 additions and 0 deletions.
Loading

0 comments on commit 9e73235

Please sign in to comment.